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

Validated Purchase stored by Nakama. More...

Inherited by Nakama.ApiValidatedPurchase.

Properties

string CreateTime [get]
 Timestamp when the receipt validation was stored in DB.
 
ApiStoreEnvironment Environment [get]
 Whether the purchase was done in production or sandbox environment.
 
string ProductId [get]
 Purchase Product ID.
 
string ProviderResponse [get]
 Raw provider validation response.
 
string PurchaseTime [get]
 Timestamp when the purchase was done.
 
string RefundTime [get]
 Timestamp when the purchase was refunded. Set to UNIX.
 
bool SeenBefore [get]
 Whether the purchase had already been validated by Nakama before.
 
ApiStoreProvider Store [get]
 Store identifier.
 
string TransactionId [get]
 Purchase Transaction ID.
 
string UpdateTime [get]
 Timestamp when the receipt validation was updated in DB.
 
string UserId [get]
 Purchase User ID.
 

Detailed Description

Validated Purchase stored by Nakama.

Property Documentation

◆ CreateTime

string Nakama.IApiValidatedPurchase.CreateTime
get

Timestamp when the receipt validation was stored in DB.

◆ Environment

ApiStoreEnvironment Nakama.IApiValidatedPurchase.Environment
get

Whether the purchase was done in production or sandbox environment.

◆ ProductId

string Nakama.IApiValidatedPurchase.ProductId
get

Purchase Product ID.

◆ ProviderResponse

string Nakama.IApiValidatedPurchase.ProviderResponse
get

Raw provider validation response.

◆ PurchaseTime

string Nakama.IApiValidatedPurchase.PurchaseTime
get

Timestamp when the purchase was done.

◆ RefundTime

string Nakama.IApiValidatedPurchase.RefundTime
get

Timestamp when the purchase was refunded. Set to UNIX.

◆ SeenBefore

bool Nakama.IApiValidatedPurchase.SeenBefore
get

Whether the purchase had already been validated by Nakama before.

◆ Store

ApiStoreProvider Nakama.IApiValidatedPurchase.Store
get

Store identifier.

◆ TransactionId

string Nakama.IApiValidatedPurchase.TransactionId
get

Purchase Transaction ID.

◆ UpdateTime

string Nakama.IApiValidatedPurchase.UpdateTime
get

Timestamp when the receipt validation was updated in DB.

◆ UserId

string Nakama.IApiValidatedPurchase.UserId
get

Purchase User ID.


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