V3SubscriptionTransactionCostObject

V3SubscriptionTransactionCostObject
V3SubscriptionTransactionCostObject

Cost object for this transaction

JSON Example
{
    "amountsDue": [
        {
            "dueDate": "2022-01-05",
            "totalListPrice": 586.32,
            "totalNetAmount": 421.68,
            "type": "string"
        }
    ],
    "totalContractValue": 421.68,
    "totalCreditSavings": -1.63,
    "totalListContractValue": 541.68
}
amountsDue
Optional

This is an array of payment amounts due

number As double As double
totalContractValue
Optional

Total value of transaction (using the totalSalePrice which means discounts are already accounted for)

number As double As double
totalCreditSavings
Optional

The total savings for the transaction. Represented as a negative value

number As double As double
totalListContractValue
Optional

Total value of transaction (using the totalListPrice)