| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DeletePaymentLinkResponse |
CheckoutApi.deletePaymentLink(String id)
Deletes a payment link.
|
DeletePaymentLinkResponse |
DefaultCheckoutApi.deletePaymentLink(String id)
Deletes a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeletePaymentLinkResponse> |
CheckoutApi.deletePaymentLinkAsync(String id)
Deletes a payment link.
|
CompletableFuture<DeletePaymentLinkResponse> |
DefaultCheckoutApi.deletePaymentLinkAsync(String id)
Deletes a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePaymentLinkResponse |
DeletePaymentLinkResponse.Builder.build()
Builds a new
DeletePaymentLinkResponse object using the set fields. |
Copyright © 2022. All rights reserved.