BLIKDetails
public struct BLIKDetails : PaymentMethodDetails
Contains the details supplied by the BLIK component.
-
The payment method type.
Declaration
Swift
public let type: String
-
The telephone number.
Declaration
Swift
public let blikCode: String
-
Initializes the BLIK payment details.
Declaration
Swift
public init(paymentMethod: PaymentMethod, blikCode: String)
Parameters
paymentMethod
The BLIK payment method.
blikCode
The BLIK code.