Package-level declarations
Types
Link copied to clipboard
class PayByBankUSComponent : ViewModel, PaymentComponent, ViewableComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.PAY_BY_BANK_US payment method.
Link copied to clipboard
data class PayByBankUSComponentState(val data: PaymentComponentData<PayByBankUSPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<PayByBankUSPaymentMethod>
Represents the state of PayByBankUSComponent.
Link copied to clipboard
Configuration class for the PayByBankUSComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.payByBankUS(configuration: PayByBankUSConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration