Package-level declarations
Types
Link copied to clipboard
class CashAppPayComponent : ViewModel, PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.CASH_APP_PAY payment method.
Link copied to clipboard
data class CashAppPayComponentState(val data: PaymentComponentData<CashAppPayPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<CashAppPayPaymentMethod>
Represents the state of CashAppPayComponent
Link copied to clipboard
Configuration class for the CashAppPayComponent.
Link copied to clipboard
Functions
Link copied to clipboard
fun CheckoutConfiguration.cashAppPay(configuration: CashAppPayConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration