C# 클래스 PlayFab.ClientModels.PayForPurchaseRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
Currency string
OrderId string
ProviderName string
ProviderTransactionId string

프로퍼티 상세

Currency 공개적으로 프로퍼티

Currency to use to fund the purchase.
public string Currency
리턴 string

OrderId 공개적으로 프로퍼티

Purchase order identifier returned from StartPurchase.
public string OrderId
리턴 string

ProviderName 공개적으로 프로퍼티

Payment provider to use to fund the purchase.
public string ProviderName
리턴 string

ProviderTransactionId 공개적으로 프로퍼티

Payment provider transaction identifier. Required for Facebook Payments.
public string ProviderTransactionId
리턴 string