Money

data class Money(val amount: Int, val currencyCode: Currency)

Amount to charge the card payment source ID in the specified currencyCode

Parameters

amount

Amount of money that will be charged (i.e 100 in GBP will be £1.00)

currencyCode

The currency type the paymentSourceId will be charged in.

Constructors

Link copied to clipboard
constructor(amount: Int, currencyCode: Currency)

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard