Class: Aws::MarketplaceDiscovery::Types::PaymentScheduleTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::PaymentScheduleTerm
- Defined in:
- gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb
Overview
Defines a payment schedule term with installment payments at specified dates.
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.
-
#schedule ⇒ Array<Types::ScheduleItem>
The payment schedule installments, each with a charge date and amount.
-
#type ⇒ String
The category of the term.
Instance Attribute Details
#currency_code ⇒ String
Defines the currency for the prices in this term.
2214 2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2214 class PaymentScheduleTerm < Struct.new( :id, :type, :currency_code, :schedule) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the term.
2214 2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2214 class PaymentScheduleTerm < Struct.new( :id, :type, :currency_code, :schedule) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Array<Types::ScheduleItem>
The payment schedule installments, each with a charge date and amount.
2214 2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2214 class PaymentScheduleTerm < Struct.new( :id, :type, :currency_code, :schedule) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The category of the term.
2214 2215 2216 2217 2218 2219 2220 2221 |
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2214 class PaymentScheduleTerm < Struct.new( :id, :type, :currency_code, :schedule) SENSITIVE = [] include Aws::Structure end |