Class UploadDisputeFileResponse
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Dispute
Assembly: connect-sdk-dotnet.dll
Syntax
public class UploadDisputeFileResponse
Properties
DisputeId
Dispute ID that is associated with the created dispute.
Declaration
public string DisputeId { get; set; }
Property Value
Type | Description |
---|---|
string |
FileId
The file ID that is associated with the uploaded file. This ID can be used for further communication regarding the file and retrieval of aforementioned property.
Declaration
public string FileId { get; set; }
Property Value
Type | Description |
---|---|
string |