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