Uses of Class
com.adyen.model.checkout.UpdatePaymentLinkRequest
-
Packages that use UpdatePaymentLinkRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of UpdatePaymentLinkRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return UpdatePaymentLinkRequest Modifier and Type Method Description static UpdatePaymentLinkRequestUpdatePaymentLinkRequest. fromJson(String jsonString)Create an instance of UpdatePaymentLinkRequest given an JSON stringUpdatePaymentLinkRequestUpdatePaymentLinkRequest. status(UpdatePaymentLinkRequest.StatusEnum status)Status of the payment link. -
Uses of UpdatePaymentLinkRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type UpdatePaymentLinkRequest Modifier and Type Method Description PaymentLinkResponsePaymentLinksApi. updatePaymentLink(String linkId, UpdatePaymentLinkRequest updatePaymentLinkRequest)Update the status of a payment linkPaymentLinkResponsePaymentLinksApi. updatePaymentLink(String linkId, UpdatePaymentLinkRequest updatePaymentLinkRequest, RequestOptions requestOptions)Update the status of a payment link
-