MBWayDetails
public struct MBWayDetails : PaymentMethodDetails
Contains the details supplied by the MB Way component.
-
The payment method type.
Declaration
Swift
public let type: String
-
The telephone number.
Declaration
Swift
public let telephoneNumber: String
-
Initializes the MB Way details.
Declaration
Swift
public init(paymentMethod: PaymentMethod, telephoneNumber: String)
Parameters
paymentMethod
The MB Way payment method.
telephoneNumber
The telephone number.