BCMCPaymentMethod
public struct BCMCPaymentMethod : AnyCardPaymentMethod
A Bancontact card payment method.
-
A string identifying the type of payment method, such as
"card"
,"ideal"
,"applepay"
.Declaration
Swift
public var type: String { get }
-
The name of the payment method, such as
"Credit Card"
,"iDEAL"
,"Apple Pay"
.Declaration
Swift
public var name: String { get }
-
An array containing the supported brands, such as
"mc"
,"visa"
,"amex"
,"bcmc"
. In this case the brands is [“bcmc”].Declaration
Swift
public let brands: [String]