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.CardTypeEcheckPaymentDetail.CardType. create(String key)EcheckPaymentDetail.CardTypeEcheckPaymentDetail. getCardType()Echeck card typestatic EcheckPaymentDetail.CardTypeEcheckPaymentDetail.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.BuilderEcheckPaymentDetail.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.
-