ExternalAuthRequest constructor
ExternalAuthRequest({
- required int externalClientId,
- String? clientPrenom,
- String? clientNom,
- String? clientTelephone,
- String? clientGender,
- int? clientAge,
- required String clientPhoneId,
- required String clientPhoneOs,
- required String clientEmail,
- required int storeId,
- required bool isSubscribed,
- int? externalClientAbonnementId,
- int? abonnementId,
- int? tarifId,
- String? clientAbonnementCreation,
- String? clientAbonnementExpiration,
Implementation
ExternalAuthRequest({
required this.externalClientId,
this.clientPrenom,
this.clientNom,
this.clientTelephone,
this.clientGender,
this.clientAge,
required this.clientPhoneId,
required this.clientPhoneOs,
required this.clientEmail,
required this.storeId,
required this.isSubscribed,
this.externalClientAbonnementId,
this.abonnementId,
this.tarifId,
this.clientAbonnementCreation,
this.clientAbonnementExpiration,
});