Class: Aws::MarketplaceDiscovery::Types::VariablePaymentTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::VariablePaymentTerm
- Defined in:
- gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb
Overview
Defines a variable payment term with a maximum total charge amount.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency_code ⇒ String
Defines the currency for the prices in this term.
-
#id ⇒ String
The unique identifier of the term.
-
#max_total_charge_amount ⇒ String
The maximum total amount that can be charged under this term.
-
#type ⇒ String
The category of the term.
Instance Attribute Details
#currency_code ⇒ String
Defines the currency for the prices in this term.
3503 3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503 class VariablePaymentTerm < Struct.new( :id, :type, :currency_code, :max_total_charge_amount) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the term.
3503 3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503 class VariablePaymentTerm < Struct.new( :id, :type, :currency_code, :max_total_charge_amount) SENSITIVE = [] include Aws::Structure end |
#max_total_charge_amount ⇒ String
The maximum total amount that can be charged under this term.
3503 3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503 class VariablePaymentTerm < Struct.new( :id, :type, :currency_code, :max_total_charge_amount) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The category of the term.
3503 3504 3505 3506 3507 3508 3509 3510 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503 class VariablePaymentTerm < Struct.new( :id, :type, :currency_code, :max_total_charge_amount) SENSITIVE = [] include Aws::Structure end |