Class DisputeCreationDetail
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class DisputeCreationDetail
Properties
DisputeCreationDate
The date and time of creation of this dispute, in yyyyMMddHHmmss format.
Declaration
public string DisputeCreationDate { get; set; }
Property Value
Type | Description |
---|---|
string |
DisputeOriginator
The originator of this dispute, which is either Worldline or you as our client.
Declaration
public string DisputeOriginator { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
The user account name of the dispute creator.
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |