Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 826 Bytes

File metadata and controls

26 lines (20 loc) · 826 Bytes

EtsyApi::ShopListingWithAssociationsUser

Properties

Name Type Description Notes
user_id Integer The numeric ID of a user. This number is also a valid shop ID for the user\'s shop. [optional]
primary_email String An email address string for the user\'s primary email address. [optional]
first_name String The user\'s first name. [optional]
last_name String The user\'s last name. [optional]
image_url_75x75 String The user\'s avatar URL. [optional]

Example

require 'etsy_api'

instance = EtsyApi::ShopListingWithAssociationsUser.new(
  user_id: null,
  primary_email: null,
  first_name: null,
  last_name: null,
  image_url_75x75: null
)