GetBindingsByCardOrIdResponse constructor
GetBindingsByCardOrIdResponse({})
Ответ списка связок определённой банковской карты
Implementation
GetBindingsByCardOrIdResponse({
String? errorCode,
String? errorMessage,
this.bindings,
}) : super(
errorCode: errorCode,
errorMessage: errorMessage,
);