Class: Peddler::Types::ShipmentInvoicingV0::TaxClassificationList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/shipment_invoicing_v0/tax_classification_list.rb

Overview

The list of tax classifications.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



13
14
15
# File 'lib/peddler/types/shipment_invoicing_v0/tax_classification_list.rb', line 13

def parse(array)
  new(array.map { |item| TaxClassification.parse(item) })
end