| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccountMapping |
LoyaltyAccountMapping.Builder.build()
Builds a new
LoyaltyAccountMapping object using the set fields. |
LoyaltyAccountMapping |
LoyaltyAccount.getMapping()
Getter for Mapping.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyAccountMapping> |
SearchLoyaltyAccountsRequestLoyaltyAccountQuery.getMappings()
Getter for Mappings.
|
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccount.Builder |
LoyaltyAccount.Builder.mapping(LoyaltyAccountMapping mapping)
Setter for mapping.
|
| Modifier and Type | Method and Description |
|---|---|
SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder |
SearchLoyaltyAccountsRequestLoyaltyAccountQuery.Builder.mappings(List<LoyaltyAccountMapping> mappings)
Setter for mappings.
|
| Constructor and Description |
|---|
LoyaltyAccount(String programId,
String id,
Integer balance,
Integer lifetimePoints,
String customerId,
String enrolledAt,
String createdAt,
String updatedAt,
LoyaltyAccountMapping mapping,
List<LoyaltyAccountExpiringPointDeadline> expiringPointDeadlines)
Initialization constructor.
|
| Constructor and Description |
|---|
SearchLoyaltyAccountsRequestLoyaltyAccountQuery(List<LoyaltyAccountMapping> mappings,
List<String> customerIds)
Initialization constructor.
|
Copyright © 2022. All rights reserved.