expirationDate property
Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used.
Implementation
@JsonKey(name: 'expiration_date')
int get expirationDate;
Expiration date of the prepared message, in Unix time. Expired prepared messages can no longer be used.
@JsonKey(name: 'expiration_date')
int get expirationDate;