Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 674 Bytes

ShippingRequest.md

File metadata and controls

13 lines (10 loc) · 674 Bytes

# ShippingRequest

Properties

Name Type Description Notes
amount int Shipping amount in cents
carrier string Carrier name for the shipment [optional]
tracking_number string Tracking number can be used to track the shipment [optional]
method string Method of shipment [optional]
metadata array<string,mixed> Hash where the user can send additional information for each 'shipping'. [optional]

[Back to Model list] [Back to API list] [Back to README]