SDKTransactionTotals

class SDKTransactionTotals(val net: SDKMoney, val taxes: SDKTaxes, val tip: SDKMoney? = null)

Representation of the total amount of a transaction. This constructor allows the creation of a total amount transaction with taxes.

Parameters

net

: Transaction net amount

taxes

: Taxes included in the transaction

tip

: A tip if included in the transaction.

Constructors

Link copied to clipboard
constructor(net: SDKMoney)

Representation of the total amount of a transaction without taxes

constructor(net: SDKMoney, taxes: SDKTaxes, tip: SDKMoney? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tip: SDKMoney? = null