toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.card
/
CreditCards
Credit
Cards
public
interface
CreditCards
A data store for
credit cards
.
Members
Functions
add
Link copied to clipboard
public
abstract
void
add
(
CreditCard
creditCard
)
Adds a new record to the credit card store.
all
Link copied to clipboard
public
abstract
List
<
CreditCard
>
all
(
)
Returns all credit cards.
clear
Link copied to clipboard
public
abstract
void
clear
(
)
Clears all records in the store.
remove
Link copied to clipboard
public
abstract
void
remove
(
CreditCard
creditCard
)
Removes the credit from the store.