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

DistributorDiscountContract

Discount contract summary for a distributor


Properties

string
billingAccountId Optional

Billing Account ID of the customer


string
billingEngineDiscountContractId Optional

ID of the Discount Contract


string
currency Optional

Currency in which discount contract was signed


currentYear Optional

Spend details of Discount Contract


string
customerName Optional

Customer name on Discount Contract


boolean
expiring Optional

Indicates whether the contract is expiring in the next 30 days


string
resellerName Optional

Name of the partner of type Reseller


string
status Optional

Status of Billing Engine Discount Contract

Possible values are: ACTIVEINACTIVE


totalYears Optional

Spend details of Discount Contract

JSON Example

{
	"billingAccountId": "string",
	"billingEngineDiscountContractId": "string",
	"currency": "string",
	"currentYear": {
		"commitment": 0,
		"endDate": "string",
		"overage": 0,
		"remaining": 0,
		"spent": 0,
		"spentPercent": 0,
		"startDate": "string"
	},
	"customerName": "string",
	"expiring": false,
	"resellerName": "string",
	"status": "ACTIVE",
	"totalYears": {
		"commitment": 0,
		"endDate": "string",
		"overage": 0,
		"remaining": 0,
		"spent": 0,
		"spentPercent": 0,
		"startDate": "string"
	}
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

DistributorDiscountContracts

Feedback

Was this page helpful?