Method: UltracartClient::OrderShipping.attribute_map
- Defined in:
- lib/ultracart_api/models/order_shipping.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/ultracart_api/models/order_shipping.rb', line 111 def self.attribute_map { :'address1' => :'address1', :'address2' => :'address2', :'city' => :'city', :'company' => :'company', :'country_code' => :'country_code', :'day_phone' => :'day_phone', :'day_phone_e164' => :'day_phone_e164', :'delivery_date' => :'delivery_date', :'evening_phone' => :'evening_phone', :'evening_phone_e164' => :'evening_phone_e164', :'first_name' => :'first_name', :'last_name' => :'last_name', :'least_cost_route' => :'least_cost_route', :'least_cost_route_shipping_methods' => :'least_cost_route_shipping_methods', :'lift_gate' => :'lift_gate', :'pickup_dts' => :'pickup_dts', :'postal_code' => :'postal_code', :'rma' => :'rma', :'ship_on_date' => :'ship_on_date', :'ship_to_residential' => :'ship_to_residential', :'shipping_3rd_party_account_number' => :'shipping_3rd_party_account_number', :'shipping_date' => :'shipping_date', :'shipping_department_status' => :'shipping_department_status', :'shipping_method' => :'shipping_method', :'shipping_method_accounting_code' => :'shipping_method_accounting_code', :'special_instructions' => :'special_instructions', :'state_region' => :'state_region', :'title' => :'title', :'tracking_number_details' => :'tracking_number_details', :'tracking_numbers' => :'tracking_numbers', :'weight' => :'weight' } end |