Class ModifyOrderRequest (0.6.0)

ModifyOrderRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ConsumerProcurementService.ModifyOrder.

Attributes

Name Description
name str
Required. Name of the order to update.
modifications MutableSequence[google.cloud.commerce_consumer_procurement_v1.types.ModifyOrderRequest.Modification]
Optional. Modifications for an existing Order created by an Offer. Required when Offer based Order is being modified, except for when going from an offer to a public plan.
display_name str
Optional. Updated display name of the order, leave as empty if you do not want to update current display name.
etag str
Optional. The weak etag, which can be optionally populated, of the order that this modify request is based on. Validation checking will only happen if the invoker supplies this field.

Classes

Modification

Modification(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Modifications to make on the order.