C# 클래스 PlayFab.ClientModels.StartPurchaseRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
CatalogVersion string
Items List
StoreId string

프로퍼티 상세

CatalogVersion 공개적으로 프로퍼티

Catalog version for the items to be purchased. Defaults to most recent catalog.
public string CatalogVersion
리턴 string

Items 공개적으로 프로퍼티

Array of items to purchase.
public List Items
리턴 List

StoreId 공개적으로 프로퍼티

Store through which to purchase items. If not set, prices will be pulled from the catalog itself.
public string StoreId
리턴 string