API 1.0.52 customer.phone
This commit is contained in:
@@ -30,6 +30,7 @@ data class Customer (
|
||||
@Expose var trialDate: String? = null,
|
||||
@Expose var firebaseRegToken: String? = null,
|
||||
@Expose var lang: String? = null,
|
||||
@Expose var phone: String? = null,
|
||||
|
||||
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user