| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccount |
LoyaltyAccount.Builder.build()
Builds a new
LoyaltyAccount object using the set fields. |
LoyaltyAccount |
CreateLoyaltyAccountResponse.getLoyaltyAccount()
Getter for LoyaltyAccount.
|
LoyaltyAccount |
CreateLoyaltyAccountRequest.getLoyaltyAccount()
Getter for LoyaltyAccount.
|
LoyaltyAccount |
RetrieveLoyaltyAccountResponse.getLoyaltyAccount()
Getter for LoyaltyAccount.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyAccount> |
SearchLoyaltyAccountsResponse.getLoyaltyAccounts()
Getter for LoyaltyAccounts.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLoyaltyAccountResponse.Builder |
CreateLoyaltyAccountResponse.Builder.loyaltyAccount(LoyaltyAccount loyaltyAccount)
Setter for loyaltyAccount.
|
CreateLoyaltyAccountRequest.Builder |
CreateLoyaltyAccountRequest.Builder.loyaltyAccount(LoyaltyAccount loyaltyAccount)
Setter for loyaltyAccount.
|
RetrieveLoyaltyAccountResponse.Builder |
RetrieveLoyaltyAccountResponse.Builder.loyaltyAccount(LoyaltyAccount loyaltyAccount)
Setter for loyaltyAccount.
|
| Modifier and Type | Method and Description |
|---|---|
SearchLoyaltyAccountsResponse.Builder |
SearchLoyaltyAccountsResponse.Builder.loyaltyAccounts(List<LoyaltyAccount> loyaltyAccounts)
Setter for loyaltyAccounts.
|
| Constructor and Description |
|---|
Builder(LoyaltyAccount loyaltyAccount,
String idempotencyKey)
Initialization constructor.
|
CreateLoyaltyAccountRequest(LoyaltyAccount loyaltyAccount,
String idempotencyKey)
Initialization constructor.
|
CreateLoyaltyAccountResponse(List<Error> errors,
LoyaltyAccount loyaltyAccount)
Initialization constructor.
|
RetrieveLoyaltyAccountResponse(List<Error> errors,
LoyaltyAccount loyaltyAccount)
Initialization constructor.
|
| Constructor and Description |
|---|
SearchLoyaltyAccountsResponse(List<Error> errors,
List<LoyaltyAccount> loyaltyAccounts,
String cursor)
Initialization constructor.
|
Copyright © 2022. All rights reserved.