Class PaymentLinkOrderOutput

java.lang.Object
com.onlinepayments.domain.PaymentLinkOrderOutput

public class PaymentLinkOrderOutput extends Object
  • Constructor Details

    • PaymentLinkOrderOutput

      public PaymentLinkOrderOutput()
  • Method Details

    • getAmount

      public AmountOfMoney getAmount()
      Object containing amount and ISO currency code attributes
    • setAmount

      public void setAmount(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • withAmount

      public PaymentLinkOrderOutput withAmount(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • 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 PaymentLinkOrderOutput 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
    • getSurchargeSpecificOutput

      public SurchargeForPaymentLink getSurchargeSpecificOutput()
      Object containing details how surcharge will be applied to a payment link.
    • setSurchargeSpecificOutput

      public void setSurchargeSpecificOutput(SurchargeForPaymentLink value)
      Object containing details how surcharge will be applied to a payment link.
    • withSurchargeSpecificOutput

      public PaymentLinkOrderOutput withSurchargeSpecificOutput(SurchargeForPaymentLink value)
      Object containing details how surcharge will be applied to a payment link.