Gets or sets the currency to use for the transaction.
Namespace:
C1.Web.C1PayPalAssembly: C1.Web.C1PayPal.2 (in C1.Web.C1PayPal.2.dll)
Syntax
C# |
---|
[CategoryAttribute("Item")] [DescriptionAttribute("Currency to use for the transaction (item price).")] [DefaultValueAttribute(CurrencyEnum.USDollars)] [BindableAttribute(true)] public CurrencyEnum CurrencyCode { get; set; } |
Visual Basic (Declaration) |
---|
<CategoryAttribute("Item")> _ <DescriptionAttribute("Currency to use for the transaction (item price).")> _ <DefaultValueAttribute(CurrencyEnum.USDollars)> _ <BindableAttribute(True)> _ Public Property CurrencyCode As CurrencyEnum |
Remarks
The price of the item is determined by two properties, ItemPrice and CurrencyCode.
The default value for this property is CurrencyEnum.USDollars.