Class PaymentReferences
Inherited Members
Namespace: Worldline.Acquiring.Sdk.V1.Domain
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public class PaymentReferences
Properties
DynamicDescriptor
Dynamic descriptor gives you the ability to control the descriptor on the credit card statement of the customer.
Declaration
public string DynamicDescriptor { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantReference
Reference for the transaction to allow the merchant to reconcile their payments in our report files.
It is advised to submit a unique value per transaction.
The value provided here is returned in the baseTrxType/addlMercData element of the MRX file.
Declaration
public string MerchantReference { get; set; }
Property Value
Type | Description |
---|---|
string |