GiftCardAction

sealed class GiftCardAction : 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.

Inheritors

Types

Link copied to clipboard

Check balance of the partial payment method.

Link copied to clipboard

Create an order.

Link copied to clipboard

No action to be taken.

Link copied to clipboard

Submit the payment.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)