Issuer List Component
-
A generic component for “issuer-based” payment methods, such as iDEAL and MOLPay. This component will provide a list in which the user can select their issuer.
See moreDeclaration
Swift
public final class IssuerListComponent : PaymentComponent, PresentableComponent, LoadingComponent
extension IssuerListComponent: TrackableComponent
-
Provides an issuer selection list for iDEAL payments.
Declaration
Swift
public typealias IdealComponent = IssuerListComponent
-
Provides an issuer selection list for MOLPay payments.
Declaration
Swift
public typealias MOLPayComponent = IssuerListComponent
-
Provides an issuer selection list for Dotpay payments.
Declaration
Swift
public typealias DotpayComponent = IssuerListComponent
-
Provides an issuer selection list for EPS payments.
Declaration
Swift
public typealias EPSComponent = IssuerListComponent
-
Provides an issuer selection list for Entercash payments.
Declaration
Swift
public typealias EntercashComponent = IssuerListComponent
-
Provides an issuer selection list for OpenBanking payments.
Declaration
Swift
public typealias OpenBankingComponent = IssuerListComponent
-
Contains the details supplied by the Entercash component.
Declaration
Swift
public typealias EntercashDetails = IssuerListDetails
-
Contains the details supplied by the OpenBanking component.
Declaration
Swift
public typealias OpenBankingDetails = IssuerListDetails
-
Contains the details supplied by the EPS component.
Declaration
Swift
public typealias EPSDetails = IssuerListDetails
-
Contains the details supplied by the Dotpay component.
Declaration
Swift
public typealias DotpayDetails = IssuerListDetails
-
Contains the details supplied by the MOLPay component.
Declaration
Swift
public typealias MOLPayDetails = IssuerListDetails
-
Contains the details supplied by the IDEAL component.
Declaration
Swift
public typealias IdealDetails = IssuerListDetails
-
Contains the details supplied by the issuer list component.
See moreDeclaration
Swift
public struct IssuerListDetails : PaymentMethodDetails