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