Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiValidatedSubscription Interface Reference

Inherited by Nakama.ApiValidatedSubscription.

Properties

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.
 

Property Documentation

◆ 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

ApiStoreEnvironment Nakama.IApiValidatedSubscription.Environment
get

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

Purchase Product ID.

◆ 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

ApiStoreProvider Nakama.IApiValidatedSubscription.Store
get

Store identifier.

◆ UpdateTime

string Nakama.IApiValidatedSubscription.UpdateTime
get

UNIX Timestamp when the receipt validation was updated in DB.

◆ UserId

string Nakama.IApiValidatedSubscription.UserId
get

Subscription User ID.


The documentation for this interface was generated from the following file: