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

ResellerTransactionSummary

Summary of the transactions by reseller


Properties

string
billingEngineOrderId Optional

The underlying billing engine order id for reference (if applicable to this transaction)


string
currency Optional

The currency used in the order


customerRef Optional

Reference object containing minimal details of a customer


string
id Optional

Universally unique identifier for the given transaction


boolean
isCbcSelfServiceTransaction Optional

Whether or not the transaction is self service


boolean
isSubscriptionExternal Optional

attribute to indicate current reseller is not incumbent partner for associated subscription.


string
orderSourceType Optional

Source Type of order placed

Possible values are: MARKETPLACE_2TVMWAREPARTNER_2T


string
poNumber Optional

Purchase Order number for the order


string
quoteId Optional

Quote ID used for the order (if applicable for this transaction)


string
requester Optional

The person who created the order


string
selfServeSubscriptionType Optional

Type of Self serve subscription

Possible values are: SERVICE_CONSOLE_PURCHASEON_DEMAND_CHARGE


array of ServiceRef
serviceRefs Optional

Details of the service for which orders are placed


subscriptionRef Optional

Reference object containing minimal details of the Subscription


string
transactionDate Optional

Date and time the order was created


string
transactionType Optional

Type of the order placed

Possible values are: INITIALEXPANSIONRENEWAUTO_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"
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Property Of

ResellerTransactionSummaryPage

Feedback

Was this page helpful?