PaylinkGatewayOrderRequest constructor
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,
Implementation
PaylinkGatewayOrderRequest({
required this.amount,
required this.orderNumber,
required this.callBackUrl,
required this.clientEmail,
required this.clientName,
required this.clientMobile,
required this.note,
required this.cancelUrl,
required this.products,
required this.supportedCardBrands,
required this.currency,
required this.smsMessage,
required this.displayPending,
this.receivers,
this.partnerPortion,
this.metadata,
});