Class CreateDisputeRequest
Inherited Members
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 |