Uses of Class
com.adyen.model.checkout.UpdatePaymentLinkRequest
-
Packages that use UpdatePaymentLinkRequest Package Description com.adyen.model.checkout com.adyen.service -
-
Uses of UpdatePaymentLinkRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return UpdatePaymentLinkRequest Modifier and Type Method Description UpdatePaymentLinkRequestUpdatePaymentLinkRequest. status(UpdatePaymentLinkRequest.StatusEnum status) -
Uses of UpdatePaymentLinkRequest in com.adyen.service
Methods in com.adyen.service with parameters of type UpdatePaymentLinkRequest Modifier and Type Method Description PaymentLinkResourcePaymentLinks. update(String linkId, UpdatePaymentLinkRequest updatePaymentLinkRequest)PATCH /paymentLinks API call
-