Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 527 Bytes

File metadata and controls

21 lines (14 loc) · 527 Bytes

OpenapiClient::Shipping

Properties

Name Type Description Notes
name String Name of customer for shipping. [optional]
contact Contact [optional]
address Address [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::Shipping.new(name: John Doe,
                                 contact: null,
                                 address: null)