Class: Google::Cloud::CommerceProducer::V1beta::CancelPrivateOfferRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cancellation_note::String

Returns Optional. Internal note relating to the cancellation. Stored on the cancelled offer. Not visible to customers.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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