| Package | Description |
|---|---|
| com.blockchyp.client.dto |
| Modifier and Type | Method and Description |
|---|---|
CardType |
IPaymentMethod.getCardType() |
CardType |
AuthorizationRequest.getCardType()
Gets designates categories of cards: credit, debit, EBT.
|
CardType |
BalanceRequest.getCardType()
Gets designates categories of cards: credit, debit, EBT.
|
CardType |
EnrollRequest.getCardType()
Gets designates categories of cards: credit, debit, EBT.
|
CardType |
RefundRequest.getCardType()
Gets designates categories of cards: credit, debit, EBT.
|
static CardType |
CardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardType[] |
CardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationRequest.setCardType(CardType value)
Sets designates categories of cards: credit, debit, EBT.
|
void |
BalanceRequest.setCardType(CardType value)
Sets designates categories of cards: credit, debit, EBT.
|
void |
EnrollRequest.setCardType(CardType value)
Sets designates categories of cards: credit, debit, EBT.
|
void |
RefundRequest.setCardType(CardType value)
Sets designates categories of cards: credit, debit, EBT.
|
Copyright © 2020 BlockChyp, Inc.. All rights reserved.