Class: Aws::MarketplaceAgreement::Types::PaymentScheduleTerm

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb

Overview

Defines an installment-based pricing model where customers are charged a fixed price on different dates during the agreement validity period. This is used most commonly for flexible payment schedule pricing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

Defines the currency for the prices mentioned in the term.

Returns:

  • (String)


762
763
764
765
766
767
768
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 762

class PaymentScheduleTerm < Struct.new(
  :currency_code,
  :schedule,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#scheduleArray<Types::ScheduleItem>

List of the payment schedule where each element defines one installment of payment. It contains the information necessary for calculating the price.

Returns:



762
763
764
765
766
767
768
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 762

class PaymentScheduleTerm < Struct.new(
  :currency_code,
  :schedule,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of the term.

Returns:

  • (String)


762
763
764
765
766
767
768
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 762

class PaymentScheduleTerm < Struct.new(
  :currency_code,
  :schedule,
  :type)
  SENSITIVE = []
  include Aws::Structure
end