Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 609 Bytes

ShopProductionPartnersResultsInner.md

File metadata and controls

22 lines (16 loc) · 609 Bytes

EtsyApi::ShopProductionPartnersResultsInner

Properties

Name Type Description Notes
production_partner_id Integer The numeric ID of a production partner. [optional]
partner_name String The name or title of the production partner. [optional]
location String A string representing the production partner location. [optional]

Example

require 'etsy_api'

instance = EtsyApi::ShopProductionPartnersResultsInner.new(
  production_partner_id: null,
  partner_name: null,
  location: null
)