Class: Google::Cloud::CommerceProducer::V1beta::CancelPrivateOfferRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::CancelPrivateOfferRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb
Overview
Message for cancelling a PrivateOffer
Instance Attribute Summary collapse
-
#cancellation_note ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#cancellation_note ⇒ ::String
Returns Optional. Internal note relating to the cancellation. Stored on the cancelled offer. Not visible to customers.
194 195 196 197 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 194 class CancelPrivateOfferRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Name of the resource.
194 195 196 197 |
# File 'proto_docs/google/cloud/commerceproducer/v1beta/commerce_transaction.rb', line 194 class CancelPrivateOfferRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |