Uses of Class
com.onlinepayments.domain.PaymentLinkSpecificInput
Packages that use PaymentLinkSpecificInput
-
Uses of PaymentLinkSpecificInput in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentLinkSpecificInputModifier and TypeMethodDescriptionCreatePaymentLinkRequest.getPaymentLinkSpecificInput()An object containing details specific to payment link creationPaymentLinkSpecificInput.withDescription(String value) A note related to the created payment link.PaymentLinkSpecificInput.withExpirationDate(ZonedDateTime value) The date after which the payment link will not be usable to complete the payment.PaymentLinkSpecificInput.withRecipientName(String value) The payment link recipient name.Methods in com.onlinepayments.domain with parameters of type PaymentLinkSpecificInputModifier and TypeMethodDescriptionvoidCreatePaymentLinkRequest.setPaymentLinkSpecificInput(PaymentLinkSpecificInput value) An object containing details specific to payment link creationCreatePaymentLinkRequest.withPaymentLinkSpecificInput(PaymentLinkSpecificInput value) An object containing details specific to payment link creation