ValidateAddress interface

The requirements to validate customer address where the device needs to be shipped.

Extends

Properties

deviceType

Device type to be used for the job.

shippingAddress

Shipping address of the customer.

transportPreferences

Preferences related to the shipment logistics of the sku.

validationType

Polymorphic discriminator, which specifies the different types this object can be

Property Details

deviceType

Device type to be used for the job.

deviceType: SkuName

Property Value

shippingAddress

Shipping address of the customer.

shippingAddress: ShippingAddress

Property Value

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"