Class PaymentLinkEvent

java.lang.Object
com.onlinepayments.domain.PaymentLinkEvent

public class PaymentLinkEvent extends Object
  • Constructor Details

    • PaymentLinkEvent

      public PaymentLinkEvent()
  • Method Details

    • getDateTime

      public String getDateTime()
      The date and time the change occurred. The date will contain the UTC offset.
    • setDateTime

      public void setDateTime(String value)
      The date and time the change occurred. The date will contain the UTC offset.
    • withDateTime

      public PaymentLinkEvent withDateTime(String value)
      The date and time the change occurred. The date will contain the UTC offset.
    • getDetails

      public String getDetails()
      Details of the events. Ex.: email address or phone number of the recipient.
    • setDetails

      public void setDetails(String value)
      Details of the events. Ex.: email address or phone number of the recipient.
    • withDetails

      public PaymentLinkEvent withDetails(String value)
      Details of the events. Ex.: email address or phone number of the recipient.
    • getType

      public String getType()
      The type of event that occurred.
    • setType

      public void setType(String value)
      The type of event that occurred.
    • withType

      public PaymentLinkEvent withType(String value)
      The type of event that occurred.