| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RetrieveLoyaltyProgramResponse |
LoyaltyApi.retrieveLoyaltyProgram(String programId)
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
|
RetrieveLoyaltyProgramResponse |
DefaultLoyaltyApi.retrieveLoyaltyProgram(String programId)
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RetrieveLoyaltyProgramResponse> |
LoyaltyApi.retrieveLoyaltyProgramAsync(String programId)
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
|
CompletableFuture<RetrieveLoyaltyProgramResponse> |
DefaultLoyaltyApi.retrieveLoyaltyProgramAsync(String programId)
Retrieves the loyalty program in a seller's account, specified by the program ID or the
keyword `main`.
|
| Modifier and Type | Method and Description |
|---|---|
RetrieveLoyaltyProgramResponse |
RetrieveLoyaltyProgramResponse.Builder.build()
Builds a new
RetrieveLoyaltyProgramResponse object using the set fields. |
Copyright © 2022. All rights reserved.