Interface MerchantFulfillmentApiModelAvailableDeliveryExperienceOption

The available delivery confirmation options, and the fee charged, if any.

AvailableDeliveryExperienceOption

interface MerchantFulfillmentApiModelAvailableDeliveryExperienceOption {
    Charge: MerchantFulfillmentApiModelCurrencyAmount;
    DeliveryExperienceOption:
        | "NoPreference"
        | MerchantFulfillmentApiModelDeliveryExperienceOption
        | "DeliveryConfirmationWithAdultSignature"
        | "DeliveryConfirmationWithSignature"
        | "DeliveryConfirmationWithoutSignature"
        | "NoTracking";
}

Properties

AvailableDeliveryExperienceOption

DeliveryExperienceOption:
    | "NoPreference"
    | MerchantFulfillmentApiModelDeliveryExperienceOption
    | "DeliveryConfirmationWithAdultSignature"
    | "DeliveryConfirmationWithSignature"
    | "DeliveryConfirmationWithoutSignature"
    | "NoTracking"

AvailableDeliveryExperienceOption

MMNEPVFCICPMFPCPTTAAATR