public class PaymentLinks extends ApiKeyAuthenticatedService
| Constructor and Description |
|---|
PaymentLinks(Client client) |
| Modifier and Type | Method and Description |
|---|---|
PaymentLinkResource |
create(CreatePaymentLinkRequest createPaymentLinkRequest)
POST /paymentLinks API call
|
PaymentLinkResource |
retrieve(String linkId)
GET /paymentLinks API call
|
PaymentLinkResource |
update(String linkId,
UpdatePaymentLinkRequest updatePaymentLinkRequest)
PATCH /paymentLinks API call
|
getClient, isApiKeyRequired, setApiKeyRequired, setClientpublic PaymentLinks(Client client)
public PaymentLinkResource create(CreatePaymentLinkRequest createPaymentLinkRequest) throws ApiException, IOException
createPaymentLinkRequest - CreatePaymentLinkRequestIOException - IOExceptionApiException - ApiExceptionpublic PaymentLinkResource retrieve(String linkId) throws ApiException, IOException
linkId - StringIOException - IOExceptionApiException - ApiExceptionpublic PaymentLinkResource update(String linkId, UpdatePaymentLinkRequest updatePaymentLinkRequest) throws ApiException, IOException
linkId - StringIOException - IOExceptionApiException - ApiExceptionCopyright © 2022. All rights reserved.