SDKTransactionTotals

constructor(net: SDKMoney)

Representation of the total amount of a transaction without taxes

Parameters

net

: Net value of the transaction. Taxes are 0 using this constructor


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

Parameters

net

: Transaction net amount

taxes

: Taxes included in the transaction

tip

: A tip if included in the transaction.