Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.02 KB

UpdateShipmentDocumentRequest.md

File metadata and controls

18 lines (14 loc) · 1.02 KB

Yaksa.OrckestraCommerce.Client.Model.UpdateShipmentDocumentRequest

Orders are entities which represent an order of a customer.

Properties

Name Type Description Notes
AdditionalNotes string Additional notes related to the confirmation [optional]
ContentType string The content type of the blob object. [optional]
Document string The base64 string representation of the document [optional]
DocumentType string The document type. [optional]
ImageHeight double The height of the image [optional]
ImageWidth double The width of the image [optional]
ProofOfIdentity string The type of document used to identifty the recipient. [optional]
Recipient string The name of the recipient. [optional]

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