Method: AmzSpApi::VendorDirectFulfillmentOrdersApiModel::TaxLineItem.build_from_hash
- Defined in:
- lib/vendor-direct-fulfillment-orders-api-model/models/tax_line_item.rb
.build_from_hash(attributes) ⇒ Object
Builds the object from hash
89 90 91 |
# File 'lib/vendor-direct-fulfillment-orders-api-model/models/tax_line_item.rb', line 89 def self.build_from_hash(attributes) new.build_from_hash(attributes) end |