Package com.adyen.checkout.giftcard
Class GiftCardAction
-
- All Implemented Interfaces:
-
android.os.Parcelable
public class GiftCardAction implements Parcelable
This class is used in com.adyen.checkout.giftcard.internal.GiftCardComponentEventHandler and com.adyen.checkout.giftcard.internal.SessionsGiftCardComponentEventHandler to decide what action needs to be taken in partial payments flow. This class is used to distinguish separate actions that can be taken when submit button is clicked.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGiftCardAction.IdleNo action to be taken.
public classGiftCardAction.CheckBalanceCheck balance of the partial payment method.
public classGiftCardAction.SendPaymentSubmit the payment.
public classGiftCardAction.CreateOrderCreate an order.
-