C# 클래스 PlayFab.ClientModels.ValidateGooglePlayPurchaseRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrencyCode string
PurchasePrice uint?
ReceiptJson string
Signature string

프로퍼티 상세

CurrencyCode 공개적으로 프로퍼티

Currency used for the purchase.
public string CurrencyCode
리턴 string

PurchasePrice 공개적으로 프로퍼티

Amount of the stated currency paid for the object.
public uint? PurchasePrice
리턴 uint?

ReceiptJson 공개적으로 프로퍼티

Original JSON string returned by the Google Play IAB API.
public string ReceiptJson
리턴 string

Signature 공개적으로 프로퍼티

Signature returned by the Google Play IAB API.
public string Signature
리턴 string