| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentResponse |
PaymentsApi.createPayment(CreatePaymentRequest body)
Creates a payment using the provided source.
|
CreatePaymentResponse |
DefaultPaymentsApi.createPayment(CreatePaymentRequest body)
Creates a payment using the provided source.
|
CompletableFuture<CreatePaymentResponse> |
PaymentsApi.createPaymentAsync(CreatePaymentRequest body)
Creates a payment using the provided source.
|
CompletableFuture<CreatePaymentResponse> |
DefaultPaymentsApi.createPaymentAsync(CreatePaymentRequest body)
Creates a payment using the provided source.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePaymentRequest |
CreatePaymentRequest.Builder.build()
Builds a new
CreatePaymentRequest object using the set fields. |
Copyright © 2022. All rights reserved.