Class: Aws::MarketplaceAgreement::Types::RecurringPaymentTerm

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

Overview

Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_periodString

Defines the recurrence at which buyers are charged.

Returns:

  • (String)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 847

class RecurringPaymentTerm < Struct.new(
  :billing_period,
  :currency_code,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#currency_codeString

Defines the currency for the prices mentioned in this term.

Returns:

  • (String)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 847

class RecurringPaymentTerm < Struct.new(
  :billing_period,
  :currency_code,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#priceString

Amount charged to the buyer every billing period.

Returns:

  • (String)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 847

class RecurringPaymentTerm < Struct.new(
  :billing_period,
  :currency_code,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of the term being updated.

Returns:

  • (String)


847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 847

class RecurringPaymentTerm < Struct.new(
  :billing_period,
  :currency_code,
  :price,
  :type)
  SENSITIVE = []
  include Aws::Structure
end