Uses of Class
com.cyran.tp.server.orders.CreditCard
Package | Description |
---|---|
com.cyran.tp.server.orders |
-
Uses of CreditCard in com.cyran.tp.server.orders
Methods in com.cyran.tp.server.orders that return CreditCard Modifier and Type Method Description CreditCard
CardsRepository. getCreditCard(java.lang.String iban)
Selects card according ibanCreditCard
Orders. getCreditCard()
Gets credit card used to pay orderMethods in com.cyran.tp.server.orders that return types with arguments of type CreditCard Modifier and Type Method Description java.util.List<CreditCard>
CardsRepository. findAll()
Gets all credit cardsMethods in com.cyran.tp.server.orders with parameters of type CreditCard Modifier and Type Method Description void
Orders. setCreditCard(CreditCard creditCard)
Sets credit card used to pay order