| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryTransferResponse |
DefaultInventoryApi.retrieveInventoryTransfer(String transferId)
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
|
RetrieveInventoryTransferResponse |
InventoryApi.retrieveInventoryTransfer(String transferId)
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveInventoryTransferResponse> |
DefaultInventoryApi.retrieveInventoryTransferAsync(String transferId)
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
|
CompletableFuture<RetrieveInventoryTransferResponse> |
InventoryApi.retrieveInventoryTransferAsync(String transferId)
Returns the [InventoryTransfer]($m/InventoryTransfer) object with the provided `transfer_id`.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveInventoryTransferResponse |
RetrieveInventoryTransferResponse.Builder.build()
Builds a new
RetrieveInventoryTransferResponse object using the set fields. |
Copyright © 2022. All rights reserved.