BuyerAction

sealed class BuyerAction

Indicates the action that will be performed onto the card payment source id after retrieving the verification token.

Inheritors

Types

Link copied to clipboard
data class Charge(val money: Money) : BuyerAction

Action that will charge the card payment source id with Money.amount in the specified Money.currencyCode

Link copied to clipboard
data class ChargeAndStore(val money: Money) : BuyerAction

Action that will charge the card payment source id with Money.amount in the specified Money.currencyCode and store the card paymentSourceId.

Link copied to clipboard

Action that will store the card paymentSourceId.