Search Results for

    Show / Hide Table of Contents

    Class DisputeOutput

    Inheritance
    object
    DisputeOutput
    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 DisputeOutput

    Properties

    AmountOfMoney

    Object containing amount and ISO currency code attributes

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

    ContactPerson

    The name of the person on your side who can be contacted regarding this dispute.

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

    CreationDetails

    Object containing various details related to this dispute’s creation.

    Declaration
    public DisputeCreationDetail CreationDetails { get; set; }
    Property Value
    Type Description
    DisputeCreationDetail

    EmailAddress

    The email address of the contact person.

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

    Files

    An array containing all files related to this dispute.

    Declaration
    public IList<HostedFile> Files { get; set; }
    Property Value
    Type Description
    IList<HostedFile>

    Reference

    A collection of reference information related to this dispute.

    Declaration
    public DisputeReference Reference { get; set; }
    Property Value
    Type Description
    DisputeReference

    ReplyTo

    The email address to which the reply message will be sent.

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

    RequestMessage

    The message sent from you to Worldline.

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

    ResponseMessage

    The return message sent from the GlobalCollect platform to you.

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