ResellerTransactionSummary
Summary of the transactions by reseller
Properties
The underlying billing engine order id for reference (if applicable to this transaction)
The currency used in the order
Universally unique identifier for the given transaction
Whether or not the transaction is self service
attribute to indicate current reseller is not incumbent partner for associated subscription.
Source Type of order placed
Possible values are: MARKETPLACE_2T , VMWARE , PARTNER_2T
Purchase Order number for the order
Quote ID used for the order (if applicable for this transaction)
The person who created the order
Type of Self serve subscription
Possible values are: SERVICE_CONSOLE_PURCHASE , ON_DEMAND_CHARGE
Reference object containing minimal details of the Subscription
Date and time the order was created
Type of the order placed
Possible values are: INITIAL , EXPANSION , RENEW , AUTO_RENEW
JSON Example
{
"billingEngineOrderId": "string",
"currency": "string",
"customerRef": {
"name": "string",
"orgId": "string",
"orgName": "string"
},
"id": "string",
"isCbcSelfServiceTransaction": false,
"isSubscriptionExternal": false,
"orderSourceType": "MARKETPLACE_2T",
"poNumber": "string",
"quoteId": "string",
"requester": "string",
"selfServeSubscriptionType": "SERVICE_CONSOLE_PURCHASE",
"serviceRefs": [
{
"id": "string",
"name": "string",
"serviceIcon": "string"
}
],
"subscriptionRef": {
"billingEngineSubscriptionId": "string",
"id": "string"
},
"transactionDate": "string",
"transactionType": "INITIAL"
}
Property Of
ResellerTransactionSummaryPage