API 1.0.49 FirebaseRegistrationToken
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user