class Azure::Reservations::Mgmt::V2019_04_01_preview::Models::CalculatePriceResponsePropertiesPricingCurrencyTotal
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included.
Attributes
amount[RW]
@return [Float]
currency_code[RW]
@return [String]
Private Class Methods
mapper()
click to toggle source
Mapper for CalculatePriceResponsePropertiesPricingCurrencyTotal
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-04-01-preview/generated/azure_mgmt_reservations/models/calculate_price_response_properties_pricing_currency_total.rb, line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CalculatePriceResponseProperties_pricingCurrencyTotal', type: { name: 'Composite', class_name: 'CalculatePriceResponsePropertiesPricingCurrencyTotal', model_properties: { currency_code: { client_side_validation: true, required: false, serialized_name: 'currencyCode', type: { name: 'String' } }, amount: { client_side_validation: true, required: false, serialized_name: 'amount', type: { name: 'Double' } } } } } end