C# Class PlayFab.AdminModels.ResolvePurchaseDisputeRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
OrderId string
Outcome ResolutionOutcome
PlayFabId string
Reason string

Property Details

OrderId public_oe property

Unique order ID for the purchase in question.
public string OrderId
return string

Outcome public_oe property

Enum for the desired purchase result state after notifying the payment provider. Valid values are Revoke, Reinstate and Manual. Manual will cause no change to the order state.
public ResolutionOutcome Outcome
return ResolutionOutcome

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return 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
return string