Class PaymentLinkOrderInput

java.lang.Object
com.onlinepayments.domain.PaymentLinkOrderInput

public class PaymentLinkOrderInput extends Object
  • Constructor Details

    • PaymentLinkOrderInput

      public PaymentLinkOrderInput()
  • 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 PaymentLinkOrderInput 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 PaymentLinkOrderInput 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
    • getSurchargeSpecificInput

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

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

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