| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
Merchant |
Merchant.Builder.build()
Builds a new
Merchant object using the set fields. |
Merchant |
RetrieveMerchantResponse.getMerchant()
Getter for Merchant.
|
| Modifier and Type | Method and Description |
|---|---|
List<Merchant> |
ListMerchantsResponse.getMerchant()
Getter for Merchant.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveMerchantResponse.Builder |
RetrieveMerchantResponse.Builder.merchant(Merchant merchant)
Setter for merchant.
|
| Modifier and Type | Method and Description |
|---|---|
ListMerchantsResponse.Builder |
ListMerchantsResponse.Builder.merchant(List<Merchant> merchant)
Setter for merchant.
|
| Constructor and Description |
|---|
RetrieveMerchantResponse(List<Error> errors,
Merchant merchant)
Initialization constructor.
|
| Constructor and Description |
|---|
ListMerchantsResponse(List<Error> errors,
List<Merchant> merchant,
Integer cursor)
Initialization constructor.
|
Copyright © 2022. All rights reserved.