| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdatePaymentLinkResponse |
CheckoutApi.updatePaymentLink(String id,
UpdatePaymentLinkRequest body)
Updates a payment link.
|
UpdatePaymentLinkResponse |
DefaultCheckoutApi.updatePaymentLink(String id,
UpdatePaymentLinkRequest body)
Updates a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdatePaymentLinkResponse> |
CheckoutApi.updatePaymentLinkAsync(String id,
UpdatePaymentLinkRequest body)
Updates a payment link.
|
CompletableFuture<UpdatePaymentLinkResponse> |
DefaultCheckoutApi.updatePaymentLinkAsync(String id,
UpdatePaymentLinkRequest body)
Updates a payment link.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePaymentLinkResponse |
UpdatePaymentLinkResponse.Builder.build()
Builds a new
UpdatePaymentLinkResponse object using the set fields. |
Copyright © 2022. All rights reserved.