Package-level declarations
Types
Link copied to clipboard
class PayToComponent : ViewModel, PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.PAY_TO payment method.
Link copied to clipboard
data class PayToComponentState(val data: PaymentComponentData<PayToPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<PayToPaymentMethod>
Represents the state of PayToComponent.
Link copied to clipboard
class PayToConfiguration(val shopperLocale: Locale?, val environment: Environment, val clientKey: String, val analyticsConfiguration: AnalyticsConfiguration?, val amount: Amount?, val isSubmitButtonVisible: Boolean?, genericActionConfiguration: GenericActionConfiguration) : Configuration, ButtonConfiguration
Configuration class for the PayToComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.payTo(configuration: PayToConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration