QiwiWalletDetails
public struct QiwiWalletDetails : PaymentMethodDetails
Contains the details supplied by the Qiwi Wallet component.
-
The payment method type.
Declaration
Swift
public let type: String
-
The telephone number prefix.
Declaration
Swift
public let phonePrefix: String
-
The telephone number.
Declaration
Swift
public let phoneNumber: String
-
Initializes the Qiwi Wallet details.
Declaration
Swift
public init(paymentMethod: PaymentMethod, phonePrefix: String, phoneNumber: String)
Parameters
paymentMethod
The Qiwi Wallet payment method.
phonePrefix
The telephone number prefix.
phoneNumber
The telephone number.