API 1.0.47 Customer.trialDate

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-08-09 15:46:10 +02:00
parent b0ab1b4f77
commit 10c8dd2319
6 changed files with 14 additions and 10 deletions
@@ -26,8 +26,8 @@ data class Customer (
@Expose var firebaseUid: String? = null,
@Expose var sportId: Int? = null,
@Expose var emailSubscription: Int? = 0,
@Expose var synced_date: String? = null,
@Expose var trial: Boolean? = false,
@Expose var syncedDate: String? = null,
@Expose var trialDate: String? = null,
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
)