Package-level declarations
Types
Link copied to clipboard
Configuration class for Address Form in ACH Component. This class can be used define the visibility of the address form.
Link copied to clipboard
class ACHDirectDebitComponent : ViewModel, PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.ACH payment method.
Link copied to clipboard
data class ACHDirectDebitComponentState(val data: PaymentComponentData<ACHDirectDebitPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<ACHDirectDebitPaymentMethod>
Represents the state of ACHDirectDebitComponent.
Link copied to clipboard
Configuration class for the ACHDirectDebitComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.achDirectDebit(configuration: ACHDirectDebitConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration