Package com.onlinepayments.domain
Class OperationPaymentReferences
java.lang.Object
com.onlinepayments.domain.OperationPaymentReferences
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionYour unique reference of the transaction that is also returned in our report files.voidsetMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.withMerchantReference(String value) Your unique reference of the transaction that is also returned in our report files.
-
Constructor Details
-
OperationPaymentReferences
public OperationPaymentReferences()
-
-
Method Details
-
getMerchantReference
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. It is highly recommended to provide a single MerchantReference per unique order on your side -
setMerchantReference
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. It is highly recommended to provide a single MerchantReference per unique order on your side -
withMerchantReference
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. It is highly recommended to provide a single MerchantReference per unique order on your side
-