PayeeResponse copyWith({PayeeResponse$Data? data}) { return PayeeResponse(data: data ?? this.data); }