C# 클래스 PlayFab.ClientModels.RedeemCouponRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
CatalogVersion string
CharacterId string
CouponCode string

프로퍼티 상세

CatalogVersion 공개적으로 프로퍼티

Catalog version of the coupon. If null, uses the default catalog
public string CatalogVersion
리턴 string

CharacterId 공개적으로 프로퍼티

Optional identifier for the Character that should receive the item. If null, item is added to the player
public string CharacterId
리턴 string

CouponCode 공개적으로 프로퍼티

Generated coupon code to redeem.
public string CouponCode
리턴 string