Class: Aws::MarketplaceAgreement::Types::VariablePaymentTerm

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

Overview

Defines a payment model where sellers can submit variable payment requests up to a maximum charge amount, with configurable approval strategies and expiration timelines.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::VariablePaymentTermConfiguration

Additional parameters specified by the acceptor while accepting the term.



1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1300

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

#currency_codeString

Defines the currency for the prices mentioned in the term.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1300

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

#max_total_charge_amountString

The maximum total amount that can be charged to the customer through variable payment requests under this term.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1300

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

#typeString

Type of the term.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
1306
1307
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1300

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