Class: Peddler::APIs::ExternalFulfillmentShipments20240911::Charges
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ExternalFulfillmentShipments20240911::Charges
- Defined in:
- lib/peddler/apis/external_fulfillment_shipments_2024_09_11/charges.rb
Overview
The charges associated with the shipment.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/external_fulfillment_shipments_2024_09_11/charges.rb', line 11 def parse(array) new(array.map { |item| Charge.parse(item) }) end |