|
4 | 4 |
|
5 | 5 | { |
6 | 6 | /** |
7 | | - * Reserved. |
| 7 | + * Defines a value set of currencies. |
8 | 8 | * @link https:/learn.microsoft.com/advertising/ad-insight-service/currency?view=bingads-13 Currency Value Set |
9 | 9 | * |
10 | 10 | * @used-by GetAudienceFullEstimationRequest |
11 | 11 | * @used-by GetAudienceFullEstimationResponse |
12 | 12 | */ |
13 | 13 | final class Currency |
14 | 14 | { |
15 | | - /** Reserved. */ |
| 15 | + /** Unspecified currency. */ |
16 | 16 | const UnSpecify = 'UnSpecify'; |
17 | 17 |
|
18 | | - /** Reserved. */ |
| 18 | + /** The Algerian Dinar (DZD). */ |
19 | 19 | const AlgerianDinar = 'AlgerianDinar'; |
20 | 20 |
|
21 | | - /** Reserved. */ |
| 21 | + /** The Argentine Peso (ARS). */ |
22 | 22 | const ArgentinePeso = 'ArgentinePeso'; |
23 | 23 |
|
24 | | - /** Reserved. */ |
| 24 | + /** The Australian Dollar (AUD). */ |
25 | 25 | const AustralianDollar = 'AustralianDollar'; |
26 | 26 |
|
27 | | - /** Reserved. */ |
| 27 | + /** The Thai Baht (THB). */ |
28 | 28 | const Baht = 'Baht'; |
29 | 29 |
|
30 | | - /** Reserved. */ |
| 30 | + /** The Venezuelan Bolivar Fuerte (VEF). */ |
31 | 31 | const Bolivar = 'Bolivar'; |
32 | 32 |
|
33 | | - /** Reserved. */ |
| 33 | + /** The Brazilian Real (BRL). */ |
34 | 34 | const BrazilianReal = 'BrazilianReal'; |
35 | 35 |
|
36 | | - /** Reserved. */ |
| 36 | + /** The Canadian Dollar (CAD). */ |
37 | 37 | const CanadianDollar = 'CanadianDollar'; |
38 | 38 |
|
39 | | - /** Reserved. */ |
| 39 | + /** The Chilean Peso (CLP). */ |
40 | 40 | const ChileanPeso = 'ChileanPeso'; |
41 | 41 |
|
42 | | - /** Reserved. */ |
| 42 | + /** The Colombian Peso (COP). */ |
43 | 43 | const ColombianPeso = 'ColombianPeso'; |
44 | 44 |
|
45 | | - /** Reserved. */ |
| 45 | + /** The Czech Koruna (CZK). */ |
46 | 46 | const CzechKoruna = 'CzechKoruna'; |
47 | 47 |
|
48 | | - /** Reserved. */ |
| 48 | + /** The Danish Krone (DKK). */ |
49 | 49 | const DanishKrone = 'DanishKrone'; |
50 | 50 |
|
51 | | - /** Reserved. */ |
| 51 | + /** The Vietnamese Dong (VND). */ |
52 | 52 | const Dong = 'Dong'; |
53 | 53 |
|
54 | | - /** Reserved. */ |
| 54 | + /** The Egyptian Pound (EGP). */ |
55 | 55 | const EgyptianPound = 'EgyptianPound'; |
56 | 56 |
|
57 | | - /** Reserved. */ |
| 57 | + /** The Euro (EUR). */ |
58 | 58 | const EURO = 'EURO'; |
59 | 59 |
|
60 | | - /** Reserved. */ |
| 60 | + /** The Hungarian Forint (HUF). */ |
61 | 61 | const Forint = 'Forint'; |
62 | 62 |
|
63 | | - /** Reserved. */ |
| 63 | + /** The Hong Kong Dollar (HKD). */ |
64 | 64 | const HongKongDollar = 'HongKongDollar'; |
65 | 65 |
|
66 | | - /** Reserved. */ |
| 66 | + /** The Indian Rupee (INR). */ |
67 | 67 | const IndianRupee = 'IndianRupee'; |
68 | 68 |
|
69 | | - /** Reserved. */ |
| 69 | + /** The Japanese Yen (JPY). */ |
70 | 70 | const JapaneseYen = 'JapaneseYen'; |
71 | 71 |
|
72 | | - /** Reserved. */ |
| 72 | + /** The Lebanese Pound (LBP). */ |
73 | 73 | const LebanesePound = 'LebanesePound'; |
74 | 74 |
|
75 | | - /** Reserved. */ |
| 75 | + /** The Malaysian Ringgit (MYR). */ |
76 | 76 | const MalaysianRinggit = 'MalaysianRinggit'; |
77 | 77 |
|
78 | | - /** Reserved. */ |
| 78 | + /** The Mexican Peso (MXN). */ |
79 | 79 | const MexicanPeso = 'MexicanPeso'; |
80 | 80 |
|
81 | | - /** Reserved. */ |
| 81 | + /** The Moroccan Dirham (MAD). */ |
82 | 82 | const MoroccanDirham = 'MoroccanDirham'; |
83 | 83 |
|
84 | | - /** Reserved. */ |
| 84 | + /** The New Taiwan Dollar (TWD). */ |
85 | 85 | const NewTaiwanDollar = 'NewTaiwanDollar'; |
86 | 86 |
|
87 | | - /** Reserved. */ |
| 87 | + /** The New Zealand Dollar (NZD). */ |
88 | 88 | const NewZealandDollar = 'NewZealandDollar'; |
89 | 89 |
|
90 | | - /** Reserved. */ |
| 90 | + /** The Norwegian Krone (NOK). */ |
91 | 91 | const NorwegianKrone = 'NorwegianKrone'; |
92 | 92 |
|
93 | | - /** Reserved. */ |
| 93 | + /** The Peruvian Nuevo Sol (NOK). */ |
94 | 94 | const NuevoSol = 'NuevoSol'; |
95 | 95 |
|
96 | | - /** Reserved. */ |
| 96 | + /** The Philippine Peso (PHP). */ |
97 | 97 | const PhilippinePeso = 'PhilippinePeso'; |
98 | 98 |
|
99 | | - /** Reserved. */ |
| 99 | + /** The Qatari Rial (QAR). */ |
100 | 100 | const QatariRial = 'QatariRial'; |
101 | 101 |
|
102 | | - /** Reserved. */ |
| 102 | + /** The Indonesian Rupiah (IDR). */ |
103 | 103 | const Rupiah = 'Rupiah'; |
104 | 104 |
|
105 | | - /** Reserved. */ |
| 105 | + /** The Saudi Riyal (SAR). */ |
106 | 106 | const SaudiRiyal = 'SaudiRiyal'; |
107 | 107 |
|
108 | | - /** Reserved. */ |
| 108 | + /** The Singapore Dollar (SGD). */ |
109 | 109 | const SingaporeDollar = 'SingaporeDollar'; |
110 | 110 |
|
111 | | - /** Reserved. */ |
| 111 | + /** The South African Rand (ZAR). */ |
112 | 112 | const SouthAfricanRand = 'SouthAfricanRand'; |
113 | 113 |
|
114 | | - /** Reserved. */ |
| 114 | + /** The Swedish Krona (SEK). */ |
115 | 115 | const SwedishKrona = 'SwedishKrona'; |
116 | 116 |
|
117 | | - /** Reserved. */ |
| 117 | + /** The Swiss Franc (CHF). */ |
118 | 118 | const SwissFranc = 'SwissFranc'; |
119 | 119 |
|
120 | | - /** Reserved. */ |
| 120 | + /** The Turkish Lira (TRY). */ |
121 | 121 | const TurkishLira = 'TurkishLira'; |
122 | 122 |
|
123 | | - /** Reserved. */ |
| 123 | + /** The UK Pound (GBP). */ |
124 | 124 | const UKPound = 'UKPound'; |
125 | 125 |
|
126 | | - /** Reserved. */ |
| 126 | + /** The US Dollar USD */ |
127 | 127 | const USDollar = 'USDollar'; |
128 | 128 |
|
129 | | - /** Reserved. */ |
| 129 | + /** The South Korean Won (KRW). */ |
130 | 130 | const Won = 'Won'; |
131 | 131 |
|
132 | | - /** Reserved. */ |
| 132 | + /** The Chinese Yuan (CNY). */ |
133 | 133 | const YuanRenminbi = 'YuanRenminbi'; |
134 | 134 |
|
135 | | - /** Reserved. */ |
| 135 | + /** The Polish Zloty (PLN). */ |
136 | 136 | const PolishZloty = 'PolishZloty'; |
137 | 137 |
|
138 | | - /** Reserved. */ |
| 138 | + /** The UAE Dirham (AED). */ |
139 | 139 | const UAEDirham = 'UAEDirham'; |
140 | 140 |
|
141 | | - /** Reserved. */ |
| 141 | + /** The Israeli Sheqel (ILS). */ |
142 | 142 | const IsraeliSheqel = 'IsraeliSheqel'; |
143 | 143 |
|
144 | | - /** Reserved. */ |
| 144 | + /** The Nigerian Naira (NGN). */ |
145 | 145 | const NigerianNaira = 'NigerianNaira'; |
146 | 146 | } |
147 | 147 |
|
|
0 commit comments