Enum BillingTransactionState
The state of a billing product payment.
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public enum BillingTransactionState
Fields
Name | Description |
---|---|
Deferred | The transaction is in the queue, but its final status is pending external action. |
Failed | Transaction was cancelled or failed before being added to the server queue. |
Purchased | Transaction is in queue, user has been charged. |
Purchasing | Transaction is being added to the server queue. |
Refunded | This transaction was refunded back to the user. You can restrict/remove associated item. |
Restored | This transaction restores content previously purchased by the user. |