| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantResponse |
MerchantsApi.retrieveMerchant(String merchantId)
Retrieves the `Merchant` object for the given `merchant_id`.
|
RetrieveMerchantResponse |
DefaultMerchantsApi.retrieveMerchant(String merchantId)
Retrieves the `Merchant` object for the given `merchant_id`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveMerchantResponse> |
MerchantsApi.retrieveMerchantAsync(String merchantId)
Retrieves the `Merchant` object for the given `merchant_id`.
|
CompletableFuture<RetrieveMerchantResponse> |
DefaultMerchantsApi.retrieveMerchantAsync(String merchantId)
Retrieves the `Merchant` object for the given `merchant_id`.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantResponse |
RetrieveMerchantResponse.Builder.build()
Builds a new
RetrieveMerchantResponse object using the set fields. |
Copyright © 2022. All rights reserved.