C# 클래스 PlayFab.ClientModels.ValidateAmazonReceiptRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
CatalogVersion string
CurrencyCode string
PurchasePrice int
ReceiptId string
UserId string

프로퍼티 상세

CatalogVersion 공개적으로 프로퍼티

Catalog version to use when granting receipt item. If null, defaults to primary catalog.
public string CatalogVersion
리턴 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

ReceiptId 공개적으로 프로퍼티

ReceiptId returned by the Amazon App Store in-app purchase API
public string ReceiptId
리턴 string

UserId 공개적으로 프로퍼티

AmazonId of the user making the purchase as returned by the Amazon App Store in-app purchase API
public string UserId
리턴 string