BookingFormOfPaymentWebAcceptedCurrencyIsoCodes Property |
A list of currency ISO codes that this form of payment accepts.
If a call to "UpdateOrderPayment" is made with a BookingFormOfPaymentEnum and a currency that are not accepted,
then the payment results in an error.
Namespace:
Tse.EasyBook.Server.DataContracts
Assembly:
Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<string> AcceptedCurrencyIsoCodes { get; set; }
Property Value
Type:
IListString
See Also