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_period ⇒ String

Defines the recurrence at which buyers are charged.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 3011

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

#currency_code ⇒ String

Defines the currency for the prices mentioned in this term.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 3011

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

#id ⇒ String

The unique identifier for the term.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 3011

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

#price ⇒ String

Amount charged to the buyer every billing period.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 3011

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

#type ⇒ String

Type of the term being updated.

Returns:

  • (String)


3011
3012
3013
3014
3015
3016
3017
3018
3019
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 3011

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