| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdatePaymentResponse |
PaymentsApi.updatePayment(String paymentId,
UpdatePaymentRequest body)
Updates a payment with the APPROVED status.
|
UpdatePaymentResponse |
DefaultPaymentsApi.updatePayment(String paymentId,
UpdatePaymentRequest body)
Updates a payment with the APPROVED status.
|
CompletableFuture<UpdatePaymentResponse> |
PaymentsApi.updatePaymentAsync(String paymentId,
UpdatePaymentRequest body)
Updates a payment with the APPROVED status.
|
CompletableFuture<UpdatePaymentResponse> |
DefaultPaymentsApi.updatePaymentAsync(String paymentId,
UpdatePaymentRequest body)
Updates a payment with the APPROVED status.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePaymentRequest |
UpdatePaymentRequest.Builder.build()
Builds a new
UpdatePaymentRequest object using the set fields. |
Copyright © 2022. All rights reserved.