[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
OrgCommitContract
Defines the properties of the org commit contract.
Properties
string
contractId
Optional
The contract id of the org.
string
contractNumber
Optional
The contract number associated to the commit contract.
string
contractRefNumber
Optional
The contract ref number associated to org.
string
contractSku
Optional
The contract sku associated to the org.
string
contractType
Optional
The contract type of the cc.
string
country
Optional
The country associated to the org.
string
currency
Optional
The supported currency in the org.
string
description
Optional
The description of the commit contract.
integer as int64
endDate
Optional
The end date of the commit contract.
number
minimumCommitment
Optional
The minimum commitment signed in the commit contract.
string
mspId
Optional
The msp id associated to the org id.
string
mspName
Optional
The name of the msp.
string
paymentMethodId
Optional
The payment method id of the commit contrect.
string
salesContactEmail
Optional
The sales contact email associated to the commit contract.
string
salesContactFirstName
Optional
The sales contact first name in the org.
string
salesContactLastName
Optional
The sales contact last name associated to the org.
integer as int64
startDate
Optional
The start date of the commit contract.
JSON Example
{
"contractId": "...",
"contractNumber": "...",
"contractRefNumber": "...",
"contractSku": "...",
"contractType": "...",
"country": "...",
"currency": "...",
"description": "...",
"endDate": 12345,
"minimumCommitment": 12345,
"mspId": "...",
"mspName": "...",
"paymentMethodId": "...",
"salesContactEmail": "...",
"salesContactFirstName": "...",
"salesContactLastName": "...",
"startDate": 12345
}