PlaceOrderRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ConsumerProcurementService.PlaceOrder.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The resource name of the parent resource. This field has the form billingAccounts/{billing-account-id} .
|
display_name |
str
Required. The user-specified name of the order being placed. |
line_item_info |
MutableSequence[google.cloud.commerce_consumer_procurement_v1alpha1.types.LineItemInfo]
Optional. Places order for offer. Required when an offer-based order is being placed. |
request_id |
str
Optional. A unique identifier for this request. The server will ignore subsequent requests that provide a duplicate request ID for at least 120 minutes after the first request. The request ID must be a valid UUID __.
|