Package com.onlinepayments.domain
Class PaymentLinkEvent
java.lang.Object
com.onlinepayments.domain.PaymentLinkEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe date and time the change occurred.Details of the events.getType()The type of event that occurred.voidsetDateTime(String value) The date and time the change occurred.voidsetDetails(String value) Details of the events.voidThe type of event that occurred.withDateTime(String value) The date and time the change occurred.withDetails(String value) Details of the events.The type of event that occurred.
-
Constructor Details
-
PaymentLinkEvent
public PaymentLinkEvent()
-
-
Method Details
-
getDateTime
The date and time the change occurred. The date will contain the UTC offset. -
setDateTime
The date and time the change occurred. The date will contain the UTC offset. -
withDateTime
The date and time the change occurred. The date will contain the UTC offset. -
getDetails
Details of the events. Ex.: email address or phone number of the recipient. -
setDetails
Details of the events. Ex.: email address or phone number of the recipient. -
withDetails
Details of the events. Ex.: email address or phone number of the recipient. -
getType
The type of event that occurred. -
setType
The type of event that occurred. -
withType
The type of event that occurred.
-