auth property
Implementation
@JsonKey(name: 'profile') UserProfile? get profile;@JsonKey(name: 'supplierProfile') SupplierProfile? get supplierProfile;@JsonKey(name: 'customerProfile') Customer? get customerProfile;@JsonKey(name: 'communicationSettings') CommunicationSettings? get communicationSettings;@JsonKey(name: 'auth') AuthCredentialResponse? get auth;