GiftCardComponentState
data class GiftCardComponentState(val data: PaymentComponentData<GiftCardPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean, val lastFourDigits: String?, val paymentMethodName: String?, val giftCardAction: GiftCardAction) : PaymentComponentState<GiftCardPaymentMethod> , Parcelable
Represents the state of GiftCardComponent.
Constructors
Link copied to clipboard
constructor(data: PaymentComponentData<GiftCardPaymentMethod>, isInputValid: Boolean, isReady: Boolean, lastFourDigits: String?, paymentMethodName: String?, giftCardAction: GiftCardAction)