Class: Aws::MarketplaceDiscovery::Types::PaymentScheduleTerm

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#currency_code ⇒ String

Defines the currency for the prices in this term.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:



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.

Returns:

  • (String)


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