nextTransferDate property
Optional. Point in time (Unix timestamp) when the gift can be transferred. If it is in the past, then the gift can be transferred now
Implementation
@JsonKey(name: 'next_transfer_date')
int? get nextTransferDate;
Optional. Point in time (Unix timestamp) when the gift can be transferred. If it is in the past, then the gift can be transferred now
@JsonKey(name: 'next_transfer_date')
int? get nextTransferDate;