Class: Google::Cloud::Channel::V1::Plan
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::Plan
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/offers.rb
Overview
The payment plan for the Offer. Describes how to make a payment.
Instance Attribute Summary collapse
-
#billing_account ⇒ ::String
Reseller Billing account to charge after an offer transaction.
-
#payment_cycle ⇒ ::Google::Cloud::Channel::V1::Period
Describes how frequently the reseller will be billed, such as once per month.
-
#payment_plan ⇒ ::Google::Cloud::Channel::V1::PaymentPlan
Describes how a reseller will be billed.
-
#payment_type ⇒ ::Google::Cloud::Channel::V1::PaymentType
Specifies when the payment needs to happen.
-
#trial_period ⇒ ::Google::Cloud::Channel::V1::Period
Present for Offers with a trial period.
Instance Attribute Details
#billing_account ⇒ ::String
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 160 class Plan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payment_cycle ⇒ ::Google::Cloud::Channel::V1::Period
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 160 class Plan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payment_plan ⇒ ::Google::Cloud::Channel::V1::PaymentPlan
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 160 class Plan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payment_type ⇒ ::Google::Cloud::Channel::V1::PaymentType
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 160 class Plan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trial_period ⇒ ::Google::Cloud::Channel::V1::Period
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/offers.rb', line 160 class Plan include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |