Class: Google::Shopping::Merchant::Accounts::V1beta::Accepted

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb

Overview

Describes the accepted terms of service.

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_by::String

Returns The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the MCA account.

Returns:

  • (::String)

    The account where the acceptance was recorded. This can be the account itself or, in the case of subaccounts, the MCA account.



89
90
91
92
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 89

class Accepted
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#terms_of_service::String

Returns The accepted termsOfService.

Returns:



89
90
91
92
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 89

class Accepted
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#valid_until::Google::Type::Date

Returns When set, it states that the accepted TermsOfService is only valid until the end of this date (in UTC). A new one must be accepted before then. The information of the required TermsOfService is found in the Required message.

Returns:



89
90
91
92
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.rb', line 89

class Accepted
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end