Search Results for

    Show / Hide Table of Contents

    Class CreateDisputeRequest

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

    Properties

    AmountOfMoney

    The amount of money that is to be disputed.

    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

    EmailAddress

    The email address of the contact person.

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

    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
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.