API 1.0.49 FirebaseRegistrationToken

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-09-07 17:20:18 +02:00
parent 9f6df1ff5a
commit 3ace3eeeba
8 changed files with 20 additions and 4 deletions
@@ -28,6 +28,7 @@ data class Customer (
@Expose var emailSubscription: Int? = 0,
@Expose var syncedDate: String? = null,
@Expose var trialDate: String? = null,
@Expose var firebaseRegToken: String? = null,
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
)