PaymentSDKCardApproval class
A class representing the approval of a payment SDK card.
Constructors
- PaymentSDKCardApproval({required String validationUrl, required int binLength, required bool blockIfNoResponse})
- Constructs a PaymentSDKCardApproval instance.
Properties
- binLength ↔ int
-
The length of the BIN (Bank Identification Number).
getter/setter pair
- blockIfNoResponse ↔ bool
-
A flag indicating whether to block if there is no response.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
map
→ Map<
String, dynamic> -
Converts the PaymentSDKCardApproval instance to a map.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationUrl ↔ String
-
The URL used for validation.
getter/setter pair
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