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