C# 클래스 PlayFab.ClientModels.ValidateIOSReceiptRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
CurrencyCode string
PurchasePrice int
ReceiptData string

프로퍼티 상세

CurrencyCode 공개적으로 프로퍼티

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

PurchasePrice 공개적으로 프로퍼티

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

ReceiptData 공개적으로 프로퍼티

Base64 encoded receipt data, passed back by the App Store as a result of a successful purchase.
public string ReceiptData
리턴 string