Uses of Class
com.onlinepayments.domain.CreatePaymentLinkRequest
Packages that use CreatePaymentLinkRequest
-
Uses of CreatePaymentLinkRequest in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return CreatePaymentLinkRequestModifier and TypeMethodDescriptionCreatePaymentLinkRequest.withCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value) Object containing the specific input details for card paymentsCreatePaymentLinkRequest.withDescription(String value) Deprecated.A note related to the created payment link.CreatePaymentLinkRequest.withExpirationDate(ZonedDateTime value) Deprecated.The date after which the payment link will not be usable to complete the payment.CreatePaymentLinkRequest.withFeedbacks(Feedbacks value) This section will contain feedback Urls to provide feedback on the payment.CreatePaymentLinkRequest.withFraudFields(FraudFields value) Object containing additional data that will be used to assess the risk of fraudCreatePaymentLinkRequest.withHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value) Object containing hosted checkout specific dataCreatePaymentLinkRequest.withMobilePaymentMethodSpecificInput(MobilePaymentMethodHostedCheckoutSpecificInput value) Object containing the specific input details for mobile paymentsOrder object containing order related data Please note that this object is required to be able to submit the amount.CreatePaymentLinkRequest.withPaymentLinkOrder(PaymentLinkOrderInput value) An object containing the details of the related payment input.CreatePaymentLinkRequest.withPaymentLinkSpecificInput(PaymentLinkSpecificInput value) An object containing details specific to payment link creationCreatePaymentLinkRequest.withRecipientName(String value) Deprecated.The payment link recipient name.CreatePaymentLinkRequest.withRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInput value) Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPalCreatePaymentLinkRequest.withSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInputBase value) Object containing the specific input details for SEPA direct debit payments -
Uses of CreatePaymentLinkRequest in com.onlinepayments.merchant.paymentlinks
Methods in com.onlinepayments.merchant.paymentlinks with parameters of type CreatePaymentLinkRequestModifier and TypeMethodDescriptionPaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClient.createPaymentLink(CreatePaymentLinkRequest body, CallContext context) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body) Resource /v2/{merchantId}/paymentlinks - Create payment linkPaymentLinksClientInterface.createPaymentLink(CreatePaymentLinkRequest body, CallContext context) Resource /v2/{merchantId}/paymentlinks - Create payment link