Search Results for

    Show / Hide Table of Contents

    Class UploadDisputeFileResponse

    Inheritance
    object
    UploadDisputeFileResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.