Class: Aws::PartnerCentralSelling::Types::MonetaryValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::MonetaryValue
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Specifies payments details.
Constant Summary collapse
- SENSITIVE =
[:currency_code]
Instance Attribute Summary collapse
-
#amount ⇒ String
Specifies the payment amount.
-
#currency_code ⇒ String
Specifies the payment currency.
Instance Attribute Details
#amount ⇒ String
Specifies the payment amount.
2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2186 class MonetaryValue < Struct.new( :amount, :currency_code) SENSITIVE = [:currency_code] include Aws::Structure end |
#currency_code ⇒ String
Specifies the payment currency.
2186 2187 2188 2189 2190 2191 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2186 class MonetaryValue < Struct.new( :amount, :currency_code) SENSITIVE = [:currency_code] include Aws::Structure end |