Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 350 Bytes

File metadata and controls

20 lines (14 loc) · 350 Bytes

UltracartClient::EmailThirdPartyList

Properties

Name Type Description Notes
id String id [optional]
name String name [optional]

Example

require 'ultracart_api'

instance = UltracartClient::EmailThirdPartyList.new(
  id: null,
  name: null
)