GooglePayRequest constructor
GooglePayRequest({
- required String merchant,
- required String orderNumber,
- required String paymentToken,
- required int amount,
- required String returnUrl,
- ProtocolVersion? protocolVersion,
- String? description,
- String? language,
- int? feeInput,
- Map<
String, dynamic> ? additionalParameters, - bool? preAuth,
- String? clientId,
- String? ip,
- String? currencyCode,
- String? email,
- int? phone,
- String? failUrl,
- String? dynamicCallbackUrl,
- BillingPayerData? billingPayerData,
Запрос на оплату с помощью Google Pay
Implementation
GooglePayRequest({
required this.merchant,
required this.orderNumber,
required this.paymentToken,
required this.amount,
required this.returnUrl,
this.protocolVersion,
this.description,
this.language,
this.feeInput,
this.additionalParameters,
this.preAuth,
this.clientId,
this.ip,
this.currencyCode,
this.email,
this.phone,
this.failUrl,
this.dynamicCallbackUrl,
this.billingPayerData,
});