Class: Google::Shopping::Merchant::Accounts::V1::Accepted
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::Accepted
- 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
-
#accepted_by ⇒ ::String
Required.
-
#terms_of_service ⇒ ::String
Required.
-
#valid_until ⇒ ::Google::Type::Date
Optional.
Instance Attribute Details
#accepted_by ⇒ ::String
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
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
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 |