Class: Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails
- Inherits:
-
Object
- Object
- Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/paymentsresellersubscription_v1/classes.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb,
lib/google/apis/paymentsresellersubscription_v1/representations.rb
Overview
The details of a introductory pricing promotion.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails
constructor
A new instance of GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails
Returns a new instance of GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails.
861 862 863 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 861 def initialize(**args) update!(**args) end |
Instance Attribute Details
#introductory_pricing_specs ⇒ Array<Google::Apis::PaymentsresellersubscriptionV1::GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec>
Output only. Specifies the introductory pricing periods.
Corresponds to the JSON property introductoryPricingSpecs
859 860 861 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 859 def introductory_pricing_specs @introductory_pricing_specs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
866 867 868 |
# File 'lib/google/apis/paymentsresellersubscription_v1/classes.rb', line 866 def update!(**args) @introductory_pricing_specs = args[:introductory_pricing_specs] if args.key?(:introductory_pricing_specs) end |