firstPurchaseDateTime property

String? firstPurchaseDateTime
getter/setter pair

Timestamp of the first 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.

Optional.

Implementation

core.String? firstPurchaseDateTime;