Method: Patch::CreateAirShippingEstimateRequest.openapi_types

Defined in:
lib/patch_ruby/models/create_air_shipping_estimate_request.rb

.openapi_typesObject

Attribute type mapping.



76
77
78
79
80
81
82
83
84
85
86
87
# File 'lib/patch_ruby/models/create_air_shipping_estimate_request.rb', line 76

def self.openapi_types
  {
    :'destination_airport' => :'String',
    :'origin_airport' => :'String',
    :'aircraft_code' => :'String',
    :'aircraft_type' => :'String',
    :'freight_mass_g' => :'Integer',
    :'emissions_scope' => :'String',
    :'project_id' => :'String',
    :'create_order' => :'Boolean'
  }
end