Class: Aws::MarketplaceDiscovery::Types::VariablePaymentTerm

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

Overview

Defines a variable payment term with a maximum total charge amount.

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)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503

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

#id ⇒ String

The unique identifier of the term.

Returns:

  • (String)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503

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

#max_total_charge_amount ⇒ String

The maximum total amount that can be charged under this term.

Returns:

  • (String)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503

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

#type ⇒ String

The category of the term.

Returns:

  • (String)


3503
3504
3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-marketplacediscovery/lib/aws-sdk-marketplacediscovery/types.rb', line 3503

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