ApplePayRecurrentResponse constructor
ApplePayRecurrentResponse({})
Ответ на проведение рекуррентных платежей Apple Pay
Implementation
ApplePayRecurrentResponse({
String? errorCode,
String? errorMessage,
this.success,
this.data,
this.error,
this.orderStatus,
}) : super(
errorCode: errorCode,
errorMessage: errorMessage,
);