Uses of Class
com.oracle.bmc.ospgateway.model.EcheckPaymentDetail.CardType
-
Packages that use EcheckPaymentDetail.CardType Package Description com.oracle.bmc.ospgateway.model -
-
Uses of EcheckPaymentDetail.CardType in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return EcheckPaymentDetail.CardType Modifier and Type Method Description static EcheckPaymentDetail.CardType
EcheckPaymentDetail.CardType. create(String key)
EcheckPaymentDetail.CardType
EcheckPaymentDetail. getCardType()
Echeck card typestatic EcheckPaymentDetail.CardType
EcheckPaymentDetail.CardType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EcheckPaymentDetail.CardType[]
EcheckPaymentDetail.CardType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ospgateway.model with parameters of type EcheckPaymentDetail.CardType Modifier and Type Method Description EcheckPaymentDetail.Builder
EcheckPaymentDetail.Builder. cardType(EcheckPaymentDetail.CardType cardType)
Echeck card typeConstructors in com.oracle.bmc.ospgateway.model with parameters of type EcheckPaymentDetail.CardType Constructor Description EcheckPaymentDetail(Date timePaidOn, String paidBy, BigDecimal amountPaid, String nameOnCard, EcheckPaymentDetail.CardType cardType, String accountNumber, String routingNumber)
Deprecated.
-