Search Results for

    Show / Hide Table of Contents

    Class Dispute

    Inheritance
    object
    Dispute
    DisputeResponse
    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.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class Dispute

    Properties

    DisputeOutput

    This property contains the creationDetails and default information regarding a dispute.

    Declaration
    public DisputeOutput DisputeOutput { get; set; }
    Property Value
    Type Description
    DisputeOutput

    Id

    Dispute ID for a given merchant.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    PaymentId

    The ID of the payment that is being disputed.

    Declaration
    public string PaymentId { get; set; }
    Property Value
    Type Description
    string

    Status

    Current dispute status.

    Declaration
    public string Status { get; set; }
    Property Value
    Type Description
    string

    StatusOutput

    This property contains the output for a dispute regarding the status of the dispute.

    Declaration
    public DisputeStatusOutput StatusOutput { get; set; }
    Property Value
    Type Description
    DisputeStatusOutput
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.