SubstitutionPreferencesSubstitutionTypeEnum: {
    AmazonRecommended: "AMAZON_RECOMMENDED";
    CustomerPreference: "CUSTOMER_PREFERENCE";
    DoNotSubstitute: "DO_NOT_SUBSTITUTE";
} = ...

Type declaration

  • Readonly AmazonRecommended: "AMAZON_RECOMMENDED"
  • Readonly CustomerPreference: "CUSTOMER_PREFERENCE"
  • Readonly DoNotSubstitute: "DO_NOT_SUBSTITUTE"