PaylinkGatewayOrderRequest class
Constructors
-
PaylinkGatewayOrderRequest({required double amount, required String orderNumber, required String callBackUrl, required String clientEmail, required String clientName, required String clientMobile, required String note, required String cancelUrl, required List<
PaylinkProduct> products, required List<String> supportedCardBrands, required String currency, required String smsMessage, required bool displayPending, dynamic receivers, dynamic partnerPortion, dynamic metadata}) -
PaylinkGatewayOrderRequest.fromMap(Map<
String, dynamic> data) -
factory
Properties
- amount → double
-
final
- callBackUrl → String
-
final
- cancelUrl → String
-
final
- clientEmail → String
-
final
- clientMobile → String
-
final
- clientName → String
-
final
- currency → String
-
final
- displayPending → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → dynamic
-
final
- note → String
-
final
- orderNumber → String
-
final
- partnerPortion → dynamic
-
final
-
products
→ List<
PaylinkProduct> -
final
- receivers → dynamic
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smsMessage → String
-
final
-
supportedCardBrands
→ List<
String> -
final
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