Package com.adyen.checkout.giftcard
See: Description
-
Object Summary Object Description Idle No action to be taken. CheckBalance Check balance of the partial payment method. SendPayment Submit the payment. CreateOrder Create an order. -
Class Summary Class Description GiftCardAction 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. GiftCardComponent A PaymentComponent that supports the PaymentMethodTypes.GIFTCARD payment method. GiftCardComponentState Represents the state of GiftCardComponent. Builder Builder to create a GiftCardConfiguration. GiftCardConfiguration Configuration class for the GiftCardComponent. GiftCardException Exception thrown when an error occurs during a payment flow using Gift Cards. GiftCardConfigurationKt -
Interface Summary Interface Description GiftCardComponentCallback Implement this callback to interact with a GiftCardComponent. SessionsGiftCardComponentCallback Implement this callback to interact with a GiftCardComponent initialized with a session.