acceptedCashCurrencies property - POIPaymentDetails class - search library - Dart API
acceptedCashCurrencies
acceptedCashCurrencies property
getter/setter pair
Accepted currencies for cash payment, represented by their ISO 4217 code, for example
"EUR", "USD", "CNY" etc.
See the full list of ISO 421 codes.
If cash is not an accepted payment method or the list of accepted currencies is
not available, it is set to null.
Implementation
List<String>? acceptedCashCurrencies;