| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkResponse |
CheckoutApi.createPaymentLink(CreatePaymentLinkRequest body)
Creates a Square-hosted checkout page.
|
CreatePaymentLinkResponse |
DefaultCheckoutApi.createPaymentLink(CreatePaymentLinkRequest body)
Creates a Square-hosted checkout page.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreatePaymentLinkResponse> |
CheckoutApi.createPaymentLinkAsync(CreatePaymentLinkRequest body)
Creates a Square-hosted checkout page.
|
CompletableFuture<CreatePaymentLinkResponse> |
DefaultCheckoutApi.createPaymentLinkAsync(CreatePaymentLinkRequest body)
Creates a Square-hosted checkout page.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentLinkResponse |
CreatePaymentLinkResponse.Builder.build()
Builds a new
CreatePaymentLinkResponse object using the set fields. |
Copyright © 2022. All rights reserved.