| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
LinkCustomerToGiftCardResponse |
GiftCardsApi.linkCustomerToGiftCard(String giftCardId,
LinkCustomerToGiftCardRequest body)
Links a customer to a gift card, which is also referred to as adding a card on file.
|
LinkCustomerToGiftCardResponse |
DefaultGiftCardsApi.linkCustomerToGiftCard(String giftCardId,
LinkCustomerToGiftCardRequest body)
Links a customer to a gift card, which is also referred to as adding a card on file.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<LinkCustomerToGiftCardResponse> |
GiftCardsApi.linkCustomerToGiftCardAsync(String giftCardId,
LinkCustomerToGiftCardRequest body)
Links a customer to a gift card, which is also referred to as adding a card on file.
|
CompletableFuture<LinkCustomerToGiftCardResponse> |
DefaultGiftCardsApi.linkCustomerToGiftCardAsync(String giftCardId,
LinkCustomerToGiftCardRequest body)
Links a customer to a gift card, which is also referred to as adding a card on file.
|
| Modifier and Type | Method and Description |
|---|---|
LinkCustomerToGiftCardResponse |
LinkCustomerToGiftCardResponse.Builder.build()
Builds a new
LinkCustomerToGiftCardResponse object using the set fields. |
Copyright © 2022. All rights reserved.