Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 557 Bytes

File metadata and controls

19 lines (12 loc) · 557 Bytes

OpenapiClient::SplitShipment

Properties

Name Type Description Notes
total_count Integer Total count of the shipment, can be set at preauth or the first postauth. [optional]
final_shipment Boolean Indicates whether the transaction is the final shipment. [optional] [default to false]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::SplitShipment.new(total_count: 5,
                                 final_shipment: null)