ACHDirectDebitComponent
public final class ACHDirectDebitComponent : PaymentComponent, PresentableComponent, Localizable, LoadingComponent, PublicKeyConsumer
A component that provides a form for ACH Direct Debit payment.
-
Component configuration
Declaration
Swift
public let configuration: Configuration
-
Describes the component’s UI style.
Declaration
Swift
public let style: FormComponentStyle
-
Initializes the ACH Direct Debit component.
Declaration
Swift
public convenience init(configuration: Configuration, paymentMethod: ACHDirectDebitPaymentMethod, apiContext: APIContext, shopperInformation: PrefilledShopperInformation? = nil, localizationParameters: LocalizationParameters? = nil, style: FormComponentStyle)
Parameters
configuration
Configuration for the component.
paymentMethod
The ACH Direct Debit payment method.
apiContext
The component’s API context.
shopperInformation
The shopper’s information.
localizationParameters
The localization parameters.
style
The component’s style.
-
Configuration for the ACH Direct Debit Component
See moreDeclaration
Swift
public struct Configuration