Uses of Class
com.oracle.bmc.ospgateway.model.OtherPaymentDetail.CreditCardType
-
Packages that use OtherPaymentDetail.CreditCardType Package Description com.oracle.bmc.ospgateway.model -
-
Uses of OtherPaymentDetail.CreditCardType in com.oracle.bmc.ospgateway.model
Methods in com.oracle.bmc.ospgateway.model that return OtherPaymentDetail.CreditCardType Modifier and Type Method Description static OtherPaymentDetail.CreditCardTypeOtherPaymentDetail.CreditCardType. create(String key)OtherPaymentDetail.CreditCardTypeOtherPaymentDetail. getCreditCardType()Echeck card typestatic OtherPaymentDetail.CreditCardTypeOtherPaymentDetail.CreditCardType. valueOf(String name)Returns the enum constant of this type with the specified name.static OtherPaymentDetail.CreditCardType[]OtherPaymentDetail.CreditCardType. 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 OtherPaymentDetail.CreditCardType Modifier and Type Method Description OtherPaymentDetail.BuilderOtherPaymentDetail.Builder. creditCardType(OtherPaymentDetail.CreditCardType creditCardType)Echeck card typeConstructors in com.oracle.bmc.ospgateway.model with parameters of type OtherPaymentDetail.CreditCardType Constructor Description OtherPaymentDetail(Date timePaidOn, String paidBy, BigDecimal amountPaid, String echeckRouting, String nameOnCard, OtherPaymentDetail.CreditCardType creditCardType, String lastDigits, Date timeExpiration)Deprecated.
-