purchaseCompletionTime property

String? purchaseCompletionTime
getter/setter pair

The time when the purchase was successful, i.e., when the PurchaseState has changed to PURCHASED.

This field will not be present until the payment is complete. For example, if the user initiated a pending transaction (https://developer.android.com/google/play/billing/integrate#pending), this field will not be populated until the user successfully completes the steps required to complete the transaction.

Implementation

core.String? purchaseCompletionTime;