Package com.onlinepayments.domain
Class PaymentLinkSpecificInput
java.lang.Object
com.onlinepayments.domain.PaymentLinkSpecificInput
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA note related to the created payment link.The date after which the payment link will not be usable to complete the payment.The payment link recipient name.voidsetDescription(String value) A note related to the created payment link.voidsetExpirationDate(ZonedDateTime value) The date after which the payment link will not be usable to complete the payment.voidsetRecipientName(String value) The payment link recipient name.withDescription(String value) A note related to the created payment link.withExpirationDate(ZonedDateTime value) The date after which the payment link will not be usable to complete the payment.withRecipientName(String value) The payment link recipient name.
-
Constructor Details
-
PaymentLinkSpecificInput
public PaymentLinkSpecificInput()
-
-
Method Details
-
getDescription
A note related to the created payment link. -
setDescription
A note related to the created payment link. -
withDescription
A note related to the created payment link. -
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
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
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
The payment link recipient name. -
setRecipientName
The payment link recipient name. -
withRecipientName
The payment link recipient name.
-