PaymentOptions class

Forms of payment accepted at the property.

Constructors

PaymentOptions({bool? cash, String? cashException, bool? cheque, String? chequeException, bool? creditCard, String? creditCardException, bool? debitCard, String? debitCardException, bool? mobileNfc, String? mobileNfcException})
PaymentOptions.fromJson(Map json_)

Properties

cash bool?
Cash.
getter/setter pair
cashException String?
Cash exception. Possible string values are:
getter/setter pair
cheque bool?
Cheque.
getter/setter pair
chequeException String?
Cheque exception. Possible string values are:
getter/setter pair
creditCard bool?
Credit card.
getter/setter pair
creditCardException String?
Credit card exception. Possible string values are:
getter/setter pair
debitCard bool?
Debit card.
getter/setter pair
debitCardException String?
Debit card exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileNfc bool?
Mobile nfc.
getter/setter pair
mobileNfcException String?
Mobile nfc exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited