ChargeAndStore

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.

Parameters

money

Amount that will be charged (i.e 100 in USD will be $1.00)

Constructors

Link copied to clipboard
constructor(money: Money)

Properties

Link copied to clipboard