CashAppPayComponentState
data class CashAppPayComponentState( val data: PaymentComponentData<CashAppPayPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<CashAppPayPaymentMethod>
Represents the state of CashAppPayComponent
Constructors
Link copied to clipboard
constructor(data: PaymentComponentData<CashAppPayPaymentMethod>, isInputValid: Boolean, isReady: Boolean)