TO_BILLING_ADDRESS("6"), TO_ANOTHER_VERIFIED_ADDRESS("7"), TO_OTHER_ADDRESS("8"), TO_STORE("2"), DIGITAL_GOOD("5"), TRAVEL_EVENT_TICKET("9"), LOCKER("10"), OTHER("999");
| Code Numérique | Description | Code Enum |
|---|
| 1 | Collect goods from the merchant | STORE_PICKUP | | 2 | Use a network of third-party pick-up points | PICKUP_POINT | | 3 | Collect from an airport, a train station, or a travel agent | STATION_PICKUP | | 4 | Mail (Colissimo, UPS, DHL, etc., or any private courier) | MAIL_DELIVERY | | 5 | Issuing an electronic ticket, downloads | DIGITAL_GOOD | | 6 | Ship to cardholder’s billing address | BILLING_ADDRESS | | 7 | Ship to another verified address on file with merchant | VERIFIED_ADDRESS | | 8 | Ship to address that is different than the cardholder’s billing address | OTHER_ADDRESS | | 9 | Travel and Event tickets, not shipped | EVENT_TICKET | | 10 | Locker delivery (or other automated pick-up) | LOCKER | | 999 | Other | OTHER |
|