Entity representing an order placed by a reseller for a customer.
JSON representation | |
---|---|
{ "name": string, "offerId": string, "orderStatus": enum( |
Fields | |
---|---|
name |
The resource name of the order. Order names have the form: |
offerId |
The resource name of the offer against which this order is being placed. Offer ids have the form: |
orderStatus |
Current status of the order. Read only. |
purchaseOrderId |
Purchase order id allowing resellers for tracking on their side. |
orderItems[] |
|
entitlementName[] |
Entitlements created after an order is fulfilled. Entitlement resource names are of the form: |
createTime |
Read-only. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
updateTime |
A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: |
OrderItem
JSON representation | |
---|---|
{ "offerItemName": string, "commitmentSettings": { object( |
Fields | |
---|---|
offerItemName |
The resource name of a single item referenced in an offer. Offer item names are of the form: |
commitmentSettings |
Commitment settings if commitment based plan. Read Only. |
renewalType |
Renewal settings for renewable plans. |
numUnits |
Order units if applicable. For example, for seat-based offers, this would be number of seats; for license based offers, this would be number of licenses; |
maxUnits |
|
paymentPlan |
Payment plan associated with the order. |