lastPurchaseDateTime property

String? lastPurchaseDateTime
getter/setter pair

Timestamp of the last purchase made by the user.

The format is YYYY-MM-DD HH:MM:SS[+/-HH:MM], where [+/-HH:MM] is an optional timezone offset from UTC. If the offset is absent, the API will use the account's timezone as default.

Implementation

core.String? lastPurchaseDateTime;