Charge

data class Charge(val money: Money) : BuyerAction

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

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