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. |
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
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"