Specifies the currency to be used in the PayPal transaction.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
public enum CurrencyEnum |
Visual Basic (Declaration) |
---|
Public Enumeration CurrencyEnum |
Members
Member name | Description | |
---|---|---|
USDollars |
ItemPrice is specified in US Dollars (USD).
| |
CanadianDollars |
ItemPrice is specified in Canadian Dollars (CAD).
| |
Euros |
ItemPrice is specified in Euros (EUR).
| |
PoundsSterling |
ItemPrice is specified in British Pounds (GBP).
| |
Yen |
ItemPrice is specified in Yens (JPY).
|