@5stones/onix
Version:
A strongly typed library for parsing ONIX feeds.
33 lines (32 loc) • 513 B
TypeScript
export declare enum PriceType {
_01 = "01",
_02 = "02",
_03 = "03",
_04 = "04",
_05 = "05",
_06 = "06",
_07 = "07",
_08 = "08",
_09 = "09",
_11 = "11",
_12 = "12",
_13 = "13",
_14 = "14",
_15 = "15",
_17 = "17",
_21 = "21",
_22 = "22",
_23 = "23",
_24 = "24",
_25 = "25",
_27 = "27",
_31 = "31",
_32 = "32",
_33 = "33",
_34 = "34",
_35 = "35",
_36 = "36",
_37 = "37",
_41 = "41",
_42 = "42"
}