|
| bool | Active [get] |
| | Whether the subscription is currently active or not.
|
| string | CreateTime [get] |
| | UNIX Timestamp when the receipt validation was stored in DB.
|
| ApiStoreEnvironment | Environment [get] |
| | Whether the purchase was done in production or sandbox environment.
|
| string | ExpiryTime [get] |
| | Subscription expiration time. The subscription can still be auto-renewed to extend the expiration time further.
|
| string | OriginalTransactionId [get] |
| | Purchase Original transaction ID (we only keep track of the original subscription, not subsequent renewals).
|
| string | ProductId [get] |
| | Purchase Product ID.
|
| string | ProviderNotification [get] |
| | Raw provider notification body.
|
| string | ProviderResponse [get] |
| | Raw provider validation response body.
|
| string | PurchaseTime [get] |
| | UNIX Timestamp when the purchase was done.
|
| string | RefundTime [get] |
| | Subscription refund time. If this time is set, the subscription was refunded.
|
| ApiStoreProvider | Store [get] |
| | Store identifier.
|
| string | UpdateTime [get] |
| | UNIX Timestamp when the receipt validation was updated in DB.
|
| string | UserId [get] |
| | Subscription User ID.
|
◆ Active
| bool Nakama.IApiValidatedSubscription.Active |
|
get |
Whether the subscription is currently active or not.
◆ CreateTime
| string Nakama.IApiValidatedSubscription.CreateTime |
|
get |
UNIX Timestamp when the receipt validation was stored in DB.
◆ Environment
Whether the purchase was done in production or sandbox environment.
◆ ExpiryTime
| string Nakama.IApiValidatedSubscription.ExpiryTime |
|
get |
Subscription expiration time. The subscription can still be auto-renewed to extend the expiration time further.
◆ OriginalTransactionId
| string Nakama.IApiValidatedSubscription.OriginalTransactionId |
|
get |
Purchase Original transaction ID (we only keep track of the original subscription, not subsequent renewals).
◆ ProductId
| string Nakama.IApiValidatedSubscription.ProductId |
|
get |
◆ ProviderNotification
| string Nakama.IApiValidatedSubscription.ProviderNotification |
|
get |
Raw provider notification body.
◆ ProviderResponse
| string Nakama.IApiValidatedSubscription.ProviderResponse |
|
get |
Raw provider validation response body.
◆ PurchaseTime
| string Nakama.IApiValidatedSubscription.PurchaseTime |
|
get |
UNIX Timestamp when the purchase was done.
◆ RefundTime
| string Nakama.IApiValidatedSubscription.RefundTime |
|
get |
Subscription refund time. If this time is set, the subscription was refunded.
◆ Store
◆ UpdateTime
| string Nakama.IApiValidatedSubscription.UpdateTime |
|
get |
UNIX Timestamp when the receipt validation was updated in DB.
◆ UserId
| string Nakama.IApiValidatedSubscription.UserId |
|
get |
The documentation for this interface was generated from the following file: