C# Class PlayFab.AdminModels.RefundPurchaseRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
OrderId string
PlayFabId string
Reason string

Property Details

OrderId public_oe property

Unique order ID for the purchase in question.
public string OrderId
Résultat string

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Résultat string

Reason public_oe property

Reason for refund. In the case of Facebook this must match one of their refund or dispute resolution enums (See: https://developers.facebook.com/docs/payments/implementation-guide/handling-disputes-refunds)
public string Reason
Résultat string