Class: Google::Shopping::Merchant::Accounts::V1beta::Accepted
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Accepted
- 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
-
#accepted_by ⇒ ::String
The account where the acceptance was recorded.
-
#terms_of_service ⇒ ::String
The accepted termsOfService.
-
#valid_until ⇒ ::Google::Type::Date
When set, it states that the accepted TermsOfService is only valid until the end of this date (in UTC).
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.
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.
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.
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 |