Class: Aws::MarketplaceAgreement::Types::VariablePaymentTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::VariablePaymentTerm
- 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
-
#configuration ⇒ Types::VariablePaymentTermConfiguration
Additional parameters specified by the acceptor while accepting the term.
-
#currency_code ⇒ String
Defines the currency for the prices mentioned in the term.
-
#max_total_charge_amount ⇒ String
The maximum total amount that can be charged to the customer through variable payment requests under this term.
-
#type ⇒ String
Type of the term.
Instance Attribute Details
#configuration ⇒ Types::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_code ⇒ String
Defines the currency for the prices mentioned in 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 |
#max_total_charge_amount ⇒ String
The maximum total amount that can be charged to the customer through variable payment requests under this 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 |
#type ⇒ String
Type of 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 |