Class RefundReferences
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RefundReferences
Properties
Descriptor
Descriptive text that is used towards customer during refund. The maximum allowed length varies per payment product:
- Wero - 50 characters
Declaration
public string Descriptor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MerchantReference
Note that the maximum length of this field for transactions processed on the GlobalCollect platform is 30.
Your unique reference of the transaction that is also returned in our report files. This is almost always used for your reconciliation of our report files.
Declaration
public string MerchantReference { get; set; }
Property Value
| Type | Description |
|---|---|
| string |