class EasyPost::CustomsInfo

CustomsInfo objects contain CustomsItem objects and all necessary information for the generation of customs forms required for international shipping.

Public Class Methods

all(_filters = {}, _api_key = nil) click to toggle source

Retrieve a list of CustomsInfo objects

# File lib/easypost/customs_info.rb, line 6
def self.all(_filters = {}, _api_key = nil)
  raise NotImplementedError.new('CustomsInfo.all not implemented.')
end