PaymentParameters class

Inheritance
  • Object
  • NewAppWizardParameters
  • PaymentParameters

Constructors

PaymentParameters({required bool manualPaymentCart, required bool creditCardPaymentCart, required String? payTo, required String? country, required String? bankIdentifierCode, required String? payeeIBAN, required String? bankName})

Properties

bankIdentifierCode String?
getter/setter pair
bankName String?
getter/setter pair
cartPaymentWorkflows CartPaymentWorkflows?
getter/setter pair
country String?
getter/setter pair
creditCardPaymentCart bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manualPaymentCart bool
getter/setter pair
payeeIBAN String?
getter/setter pair
payTo String?
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
registerCartPaymentWorkflows(CartPaymentWorkflows theCartPaymentWorkflows) → void
toString() String
A string representation of this object.
inherited

Operators

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