BankCheckoutRequest class
BankCheckoutRequest
Constructors
-
BankCheckoutRequest({required String merchantAccountNumber, required String merchantMobileNumber, String? merchantName, required String amount, required String currencyCode, required BankProvider provider, required String otp, String? referenceId, Map<
String, dynamic> ? additionalProperties}) -
BankCheckoutRequest.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
additionalProperties
→ Map<
String, dynamic> ? -
Additional data that calling application can provide. This is optional
final
- amount → String
-
Amount to be deducted from the consumer account
final
- currencyCode → String
-
Currency code of the amount
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccountNumber → String
-
Account number/MSISDN that consumer will provide. The amount will be deducted from this account
final
- merchantMobileNumber → String
-
Mobile number of the merchant
final
- merchantName → String?
-
Name of the merchant
final
- otp → String
-
One Time Password
final
- provider → BankProvider
-
Bank provider
final
- referenceId → String?
-
Reference ID. This is optional
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
-
toMap(
) → Map< String, dynamic> -
Converts the model to a map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited