Class: Aws::MarketplaceDiscovery::Types::RecurringPaymentTerm

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

Overview

Defines a recurring payment term with fixed charges at regular billing intervals.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period ⇒ String

The billing period frequency, such as Monthly.

Returns:

  • (String)


2683
2684
2685
2686
2687
2688
2689
2690
2691
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2683

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

#currency_code ⇒ String

Defines the currency for the prices in this term.

Returns:

  • (String)


2683
2684
2685
2686
2687
2688
2689
2690
2691
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2683

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

#id ⇒ String

The unique identifier of the term.

Returns:

  • (String)


2683
2684
2685
2686
2687
2688
2689
2690
2691
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2683

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

#price ⇒ String

The amount charged each billing period.

Returns:

  • (String)


2683
2684
2685
2686
2687
2688
2689
2690
2691
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2683

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

#type ⇒ String

The category of the term.

Returns:

  • (String)


2683
2684
2685
2686
2687
2688
2689
2690
2691
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 2683

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