Sha256: 29e165b05b788479a90de426c86704e35e2dc0611186b6dbfa2cba1e66616135
Contents?: true
Size: 1.61 KB
Versions: 6
Compression:
Stored size: 1.61 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::Reservations::Mgmt::V2019_04_01_preview module Models # # Amount that Microsoft uses for record. Used during refund for calculating # refund limit. Tax is not included. # class CalculatePriceResponsePropertiesPricingCurrencyTotal include MsRestAzure # @return [String] attr_accessor :currency_code # @return [Float] attr_accessor :amount # # Mapper for CalculatePriceResponsePropertiesPricingCurrencyTotal class # as Ruby Hash. # This will be used for serialization/deserialization. # 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 end end end
Version data entries
6 entries across 6 versions & 1 rubygems