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