| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyPromotion |
LoyaltyPromotion.Builder.build()
Builds a new
LoyaltyPromotion object using the set fields. |
LoyaltyPromotion |
RetrieveLoyaltyPromotionResponse.getLoyaltyPromotion()
Getter for LoyaltyPromotion.
|
LoyaltyPromotion |
CancelLoyaltyPromotionResponse.getLoyaltyPromotion()
Getter for LoyaltyPromotion.
|
LoyaltyPromotion |
CreateLoyaltyPromotionResponse.getLoyaltyPromotion()
Getter for LoyaltyPromotion.
|
LoyaltyPromotion |
CreateLoyaltyPromotionRequest.getLoyaltyPromotion()
Getter for LoyaltyPromotion.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoyaltyPromotion> |
ListLoyaltyPromotionsResponse.getLoyaltyPromotions()
Getter for LoyaltyPromotions.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLoyaltyPromotionResponse.Builder |
RetrieveLoyaltyPromotionResponse.Builder.loyaltyPromotion(LoyaltyPromotion loyaltyPromotion)
Setter for loyaltyPromotion.
|
CancelLoyaltyPromotionResponse.Builder |
CancelLoyaltyPromotionResponse.Builder.loyaltyPromotion(LoyaltyPromotion loyaltyPromotion)
Setter for loyaltyPromotion.
|
CreateLoyaltyPromotionResponse.Builder |
CreateLoyaltyPromotionResponse.Builder.loyaltyPromotion(LoyaltyPromotion loyaltyPromotion)
Setter for loyaltyPromotion.
|
CreateLoyaltyPromotionRequest.Builder |
CreateLoyaltyPromotionRequest.Builder.loyaltyPromotion(LoyaltyPromotion loyaltyPromotion)
Setter for loyaltyPromotion.
|
| Modifier and Type | Method and Description |
|---|---|
ListLoyaltyPromotionsResponse.Builder |
ListLoyaltyPromotionsResponse.Builder.loyaltyPromotions(List<LoyaltyPromotion> loyaltyPromotions)
Setter for loyaltyPromotions.
|
| Constructor and Description |
|---|
Builder(LoyaltyPromotion loyaltyPromotion,
String idempotencyKey)
Initialization constructor.
|
CancelLoyaltyPromotionResponse(List<Error> errors,
LoyaltyPromotion loyaltyPromotion)
Initialization constructor.
|
CreateLoyaltyPromotionRequest(LoyaltyPromotion loyaltyPromotion,
String idempotencyKey)
Initialization constructor.
|
CreateLoyaltyPromotionResponse(List<Error> errors,
LoyaltyPromotion loyaltyPromotion)
Initialization constructor.
|
RetrieveLoyaltyPromotionResponse(List<Error> errors,
LoyaltyPromotion loyaltyPromotion)
Initialization constructor.
|
| Constructor and Description |
|---|
ListLoyaltyPromotionsResponse(List<Error> errors,
List<LoyaltyPromotion> loyaltyPromotions,
String cursor)
Initialization constructor.
|
Copyright © 2023. All rights reserved.