IssuerListDetails
public struct IssuerListDetails : PaymentMethodDetails
Contains the details supplied by the issuer list component.
-
The payment method type.
Declaration
Swift
public let type: String
-
The selected issuer.
Declaration
Swift
public let issuer: String
-
Initializes the Issuer List details.
Declaration
Swift
public init(paymentMethod: IssuerListPaymentMethod, issuer: String)
Parameters
paymentMethod
The issuer list payment method.
issuer
The selected issuer.