SavedBankCardModuleInputData class
Constructors
- SavedBankCardModuleInputData({required String clientApplicationKey, required String title, required String subtitle, required Amount amount, required SavePaymentMethod savePaymentMethod, required String shopId, required String paymentMethodId, required bool isSafeDeal, String? gatewayId, TestModeSettings? testModeSettings, String? returnUrl, bool isLoggingEnabled = false, CustomizationSettings customizationSettings = const CustomizationSettings(), String? customerId, HostParameters? hostParameters})
Properties
- amount ↔ Amount
-
getter/setter pair
- clientApplicationKey ↔ String
-
getter/setter pair
- customerId ↔ String?
-
getter/setter pair
- customizationSettings ↔ CustomizationSettings
-
getter/setter pair
- gatewayId ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostParameters ↔ HostParameters?
-
getter/setter pair
- isLoggingEnabled ↔ bool
-
getter/setter pair
- isSafeDeal ↔ bool
-
getter/setter pair
- paymentMethodId ↔ String
-
getter/setter pair
- returnUrl ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- savePaymentMethod ↔ SavePaymentMethod
-
getter/setter pair
- shopId ↔ String
-
getter/setter pair
- subtitle ↔ String
-
getter/setter pair
- testModeSettings ↔ TestModeSettings?
-
getter/setter pair
- title ↔ String
-
getter/setter pair
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