ApplePayRequest constructor
ApplePayRequest({})
Запрос оплаты через Apple Pay
Implementation
ApplePayRequest({
required this.merchant,
required this.paymentToken,
this.orderNumber,
this.description,
this.language,
this.feeInput,
this.clientId,
this.additionalParameters,
this.preAuth,
this.dynamicCallbackUrl,
});