Class: Google::Cloud::Commerce::Consumer::Procurement::V1::Subscription
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::Subscription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb
Overview
Subscription information.
Instance Attribute Summary collapse
-
#auto_renewal_enabled ⇒ ::Boolean
Whether auto renewal is enabled by user choice on current subscription.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The timestamp when the subscription ends, if applicable.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The timestamp when the subscription begins, if applicable.
Instance Attribute Details
#auto_renewal_enabled ⇒ ::Boolean
Returns Whether auto renewal is enabled by user choice on current subscription. This field indicates order/subscription status after pending plan change is cancelled or rejected.
189 190 191 192 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 189 class Subscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp when the subscription ends, if applicable.
189 190 191 192 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 189 class Subscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp when the subscription begins, if applicable.
189 190 191 192 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 189 class Subscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |