CurrencyCode Property
Currency code of the Amount being refunded.
Syntax
[VB.NET] Public Property CurrencyCode As String
[C#] public string CurrencyCode {get; set;}
Remarks
This property is required if the RefundType is set to rtPartial.
Three-character currency code for any of the supported PayPal currencies. Supported currencies may change over time, but at the time this writing the following currency codes are valid:
USD | US Dollars |
CAD | Canadian Dollars |
EUR | Euros |
GBP | British Pounds |
JPY | Japanese Yen |
AUD | Australian Dollars |
Default Value
"USD"