Class: Aws::MarketplaceAgreement::Types::ConfigurableUpfrontPricingTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ConfigurableUpfrontPricingTerm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the duration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ConfigurableUpfrontPricingTermConfiguration
Additional parameters specified by the acceptor while accepting the term.
-
#currency_code ⇒ String
Defines the currency for the prices mentioned in the term.
-
#rate_cards ⇒ Array<Types::ConfigurableUpfrontRateCardItem>
A rate card defines the per unit rates for product dimensions.
-
#type ⇒ String
Category of selector.
Instance Attribute Details
#configuration ⇒ Types::ConfigurableUpfrontPricingTermConfiguration
Additional parameters specified by the acceptor while accepting the term.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 248 class ConfigurableUpfrontPricingTerm < Struct.new( :configuration, :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |
#currency_code ⇒ String
Defines the currency for the prices mentioned in the term.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 248 class ConfigurableUpfrontPricingTerm < Struct.new( :configuration, :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |
#rate_cards ⇒ Array<Types::ConfigurableUpfrontRateCardItem>
A rate card defines the per unit rates for product dimensions.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 248 class ConfigurableUpfrontPricingTerm < Struct.new( :configuration, :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Category of selector.
248 249 250 251 252 253 254 255 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 248 class ConfigurableUpfrontPricingTerm < Struct.new( :configuration, :currency_code, :rate_cards, :type) SENSITIVE = [] include Aws::Structure end |