Class PaymentLinkSpecificInput

java.lang.Object
com.onlinepayments.domain.PaymentLinkSpecificInput

public class PaymentLinkSpecificInput extends Object
  • Constructor Details

    • PaymentLinkSpecificInput

      public PaymentLinkSpecificInput()
  • Method Details

    • getDescription

      public String getDescription()
      A note related to the created payment link.
    • setDescription

      public void setDescription(String value)
      A note related to the created payment link.
    • withDescription

      public PaymentLinkSpecificInput withDescription(String value)
      A note related to the created payment link.
    • getExpirationDate

      public ZonedDateTime getExpirationDate()
      The date after which the payment link will not be usable to complete the payment. The date sent cannot be more than 6 months in the future or a past date. It must also contain the UTC offset.
    • setExpirationDate

      public void setExpirationDate(ZonedDateTime value)
      The date after which the payment link will not be usable to complete the payment. The date sent cannot be more than 6 months in the future or a past date. It must also contain the UTC offset.
    • withExpirationDate

      public PaymentLinkSpecificInput withExpirationDate(ZonedDateTime value)
      The date after which the payment link will not be usable to complete the payment. The date sent cannot be more than 6 months in the future or a past date. It must also contain the UTC offset.
    • getRecipientName

      public String getRecipientName()
      The payment link recipient name.
    • setRecipientName

      public void setRecipientName(String value)
      The payment link recipient name.
    • withRecipientName

      public PaymentLinkSpecificInput withRecipientName(String value)
      The payment link recipient name.