Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 929 Bytes

File metadata and controls

15 lines (12 loc) · 929 Bytes

ShipEngineSDK.Model.CreateAccountSettingsImageRequestBody

A ShipEngine account settings images request body

Properties

Name Type Description Notes
ImageContentType string The image type
ImageData string A base64 encoded string representation of the image.
Name string A human readable name for the image.
CreatedAt DateTimeOffset The date and time that the image was created in ShipEngine. [optional] [readonly]
IsDefault bool Indicates whether this image is set as default. [optional]
LabelImageId string A string that uniquely identifies the image. This ID is generated by ShipEngine when the image is uploaded. [optional] [readonly]
ModifiedAt DateTimeOffset The date and time that the image was modified in ShipEngine. [optional] [readonly]