| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
DisableCardResponse |
CardsApi.disableCard(String cardId)
Disables the card, preventing any further updates or charges.
|
DisableCardResponse |
DefaultCardsApi.disableCard(String cardId)
Disables the card, preventing any further updates or charges.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DisableCardResponse> |
CardsApi.disableCardAsync(String cardId)
Disables the card, preventing any further updates or charges.
|
CompletableFuture<DisableCardResponse> |
DefaultCardsApi.disableCardAsync(String cardId)
Disables the card, preventing any further updates or charges.
|
| Modifier and Type | Method and Description |
|---|---|
DisableCardResponse |
DisableCardResponse.Builder.build()
Builds a new
DisableCardResponse object using the set fields. |
Copyright © 2022. All rights reserved.