Class: Google::Shopping::Merchant::Accounts::V1::Accepted

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

Overview

Describes the accepted terms of service.

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_by::String

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

Returns:

  • (::String)

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



93
94
95
96
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb', line 93

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

#terms_of_service::String

Returns Required. The accepted termsOfService.

Returns:



93
94
95
96
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb', line 93

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

#valid_until::Google::Type::Date

Returns Optional. 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:

  • (::Google::Type::Date)

    Optional. 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.



93
94
95
96
# File 'proto_docs/google/shopping/merchant/accounts/v1/termsofserviceagreementstate.rb', line 93

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