TransportPreferencesArgs

data class TransportPreferencesArgs(val preferredShipmentType: Output<Either<String, TransportShipmentTypes>>) : ConvertibleToJava<TransportPreferencesArgs>

Preferences related to the shipment logistics of the sku

Constructors

Link copied to clipboard
constructor(preferredShipmentType: Output<Either<String, TransportShipmentTypes>>)

Properties

Link copied to clipboard

Indicates Shipment Logistics type that the customer preferred.

Functions

Link copied to clipboard
open override fun toJava(): TransportPreferencesArgs