ValidateAddress interface
The requirements to validate customer address where the device needs to be shipped.
- Extends
Properties
device |
Device type to be used for the job. |
model | The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025 |
shipping |
Shipping address of the customer. |
transport |
Preferences related to the shipment logistics of the sku. |
validation |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
deviceType
model
The customer friendly name of the combination of version and capacity of the device. This field is necessary only at the time of ordering the newer generation device i.e. AzureDataBox120 and AzureDataBox525 as of Feb/2025
model?: ModelName
Property Value
shippingAddress
transportPreferences
Preferences related to the shipment logistics of the sku.
transportPreferences?: TransportPreferences
Property Value
validationType
Polymorphic discriminator, which specifies the different types this object can be
validationType: "ValidateAddress"
Property Value
"ValidateAddress"