Uses of Enum Class
com.blockchyp.client.dto.CardType
Packages that use CardType
-
Uses of CardType in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return CardTypeModifier and TypeMethodDescriptionAuthorizationRequest.getCardType()Gets designates categories of cards: credit, debit, EBT.BalanceRequest.getCardType()Gets designates categories of cards: credit, debit, EBT.EnrollRequest.getCardType()Gets designates categories of cards: credit, debit, EBT.IPaymentMethod.getCardType()RefundRequest.getCardType()Gets designates categories of cards: credit, debit, EBT.static CardTypeReturns the enum constant of this class with the specified name.static CardType[]CardType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blockchyp.client.dto with parameters of type CardTypeModifier and TypeMethodDescriptionvoidAuthorizationRequest.setCardType(CardType value) Sets designates categories of cards: credit, debit, EBT.voidBalanceRequest.setCardType(CardType value) Sets designates categories of cards: credit, debit, EBT.voidEnrollRequest.setCardType(CardType value) Sets designates categories of cards: credit, debit, EBT.voidRefundRequest.setCardType(CardType value) Sets designates categories of cards: credit, debit, EBT.