Class OperationPaymentReferences

java.lang.Object
com.onlinepayments.domain.OperationPaymentReferences

public class OperationPaymentReferences extends Object
  • Constructor Details

    • OperationPaymentReferences

      public OperationPaymentReferences()
  • Method Details

    • getMerchantReference

      public String 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

      public void setMerchantReference(String value)
      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

      public OperationPaymentReferences withMerchantReference(String value)
      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