| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CancelPaymentByIdempotencyKeyResponse |
PaymentsApi.cancelPaymentByIdempotencyKey(CancelPaymentByIdempotencyKeyRequest body)
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
|
CancelPaymentByIdempotencyKeyResponse |
DefaultPaymentsApi.cancelPaymentByIdempotencyKey(CancelPaymentByIdempotencyKeyRequest body)
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
|
CompletableFuture<CancelPaymentByIdempotencyKeyResponse> |
PaymentsApi.cancelPaymentByIdempotencyKeyAsync(CancelPaymentByIdempotencyKeyRequest body)
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
|
CompletableFuture<CancelPaymentByIdempotencyKeyResponse> |
DefaultPaymentsApi.cancelPaymentByIdempotencyKeyAsync(CancelPaymentByIdempotencyKeyRequest body)
Cancels (voids) a payment identified by the idempotency key that is specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
CancelPaymentByIdempotencyKeyRequest |
CancelPaymentByIdempotencyKeyRequest.Builder.build()
Builds a new
CancelPaymentByIdempotencyKeyRequest object using the set fields. |
Copyright © 2022. All rights reserved.