Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 799 Bytes

ShippingOrderResponse.md

File metadata and controls

16 lines (13 loc) · 799 Bytes

# ShippingOrderResponse

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]
id string [optional]
object string [optional]
parent_id string [optional]

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