Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 416 Bytes

File metadata and controls

20 lines (14 loc) · 416 Bytes

EtsyApi::ShopShippingProfiles

Properties

Name Type Description Notes
count Integer [optional]
results Array<ShopShippingProfilesResultsInner> [optional]

Example

require 'etsy_api'

instance = EtsyApi::ShopShippingProfiles.new(
  count: null,
  results: null
)