Sha256: 4c57a3b55f0f4cf872d2a67f0ced1f750d3c65f4e97255d0302f9ea451babe3f
Contents?: true
Size: 371 Bytes
Versions: 11
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true # CustomsInfo objects contain CustomsItem objects and all necessary information for the generation of customs forms required for international shipping. class EasyPost::CustomsInfo < EasyPost::Resource # Retrieve a list of CustomsInfo objects def self.all raise NotImplementedError.new('CustomsInfo.all not implemented.') end end
Version data entries
11 entries across 11 versions & 1 rubygems