PaymentOptions enum

Inheritance

Constructors

PaymentOptions({String? name, String? icon, required String method})
const

Values

ideal → const PaymentOptions
const PaymentOptions(name: "iDEAL", icon: "assets/icons/ideal.png", method: "ideal")
paypal → const PaymentOptions
const PaymentOptions(name: "PayPal", icon: "assets/icons/paypal.png", method: "paypal")
creditcard → const PaymentOptions
const PaymentOptions(name: "Credit Card", icon: "assets/icons/credit_card.png", method: "creditcard")
giropay → const PaymentOptions
const PaymentOptions(name: "Giropay", icon: "assets/icons/giropay.png", method: "giropay")
bancontact → const PaymentOptions
const PaymentOptions(name: "Bancontact", icon: "assets/icons/bancontact.png", method: "bancontact")
kbc → const PaymentOptions
const PaymentOptions(name: "KBC", icon: "assets/icons/kbc.png", method: "kbc")
belfius → const PaymentOptions
const PaymentOptions(name: "Belfius", icon: "assets/icons/belfius_pay.png", method: "belfius")
sofort → const PaymentOptions
const PaymentOptions(name: "SOFORT", icon: "assets/icons/sofort.png", method: "sofort")
sepa → const PaymentOptions
const PaymentOptions(name: "SEPA", icon: "assets/icons/sepa.png", method: "banktransfer")
applepay → const PaymentOptions
const PaymentOptions(name: "Apple Pay", icon: "assets/icons/applepay.png", method: "applepay")

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String?
final
index int
A numeric identifier for the enumerated value.
no setterinherited
method String
final
name String?
final
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<PaymentOptions>
A constant List of the values in this enum, in order of their declaration.