[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

TransactionCost

Defines the properties of the Transaction Cost.


Properties

array of PaymentRef
payments Optional

The list of payment type supported.


number as double
totalContractValue Optional

The total contract value of the Transaction.


number as double
totalCredits Optional

The total credits of the Transaction.


number as double
totalListContractValue Optional

The total list contract value of the Transaction.


number as double
totalListPrice Optional

The total list price of the Transaction.


number as double
totalNetPrice Optional

The total net price of the Transaction.

JSON Example

{
	"payments": [
		{
			"effectiveEndDate": "string",
			"effectiveStartDate": "string",
			"listPrice": 0,
			"netPrice": 0,
			"paymentType": "PRORATED"
		}
	],
	"totalContractValue": 0,
	"totalCredits": 0,
	"totalListContractValue": 0,
	"totalListPrice": 0,
	"totalNetPrice": 0
}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Property Of

CreateTransaction
SubscriptionOfferAmendTransaction

Feedback

Was this page helpful?