CreateBindingNoPaymentResponse constructor
CreateBindingNoPaymentResponse({})
Ответ создания связки без проведения платежа
Implementation
CreateBindingNoPaymentResponse({
String? errorCode,
String? errorMessage,
this.bindingId,
this.clientId,
this.cardholderName,
this.expiryDate,
this.maskedPan,
}) : super(
errorCode: errorCode,
errorMessage: errorMessage,
);