GooglePayResponse constructor
GooglePayResponse({})
Ответ на оплату с помощью Google Pay
Implementation
GooglePayResponse({
String? errorCode,
String? errorMessage,
this.success,
this.data,
this.error,
}) : super(
errorCode: errorCode,
errorMessage: errorMessage,
);