Class DisputeReference
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class DisputeReference
Properties
MerchantOrderId
The merchant’s order ID of the transaction to which this dispute is linked.
Declaration
public string MerchantOrderId { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantReference
Your (unique) reference for the transaction that you can use to reconcile our report files.
Declaration
public string MerchantReference { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentReference
Payment Reference generated by WebCollect.
Declaration
public string PaymentReference { get; set; }
Property Value
Type | Description |
---|---|
string |
ProviderId
The numerical identifier of the Service Provider (Acquirer).
Declaration
public string ProviderId { get; set; }
Property Value
Type | Description |
---|---|
string |
ProviderReference
The Service Provider’s reference.
Declaration
public string ProviderReference { get; set; }
Property Value
Type | Description |
---|---|
string |