Uses of Class
org.killbill.billing.payment.api.TransactionType
-
Packages that use TransactionType Package Description org.killbill.billing.payment.api org.killbill.billing.payment.plugin.api -
-
Uses of TransactionType in org.killbill.billing.payment.api
Methods in org.killbill.billing.payment.api that return TransactionType Modifier and Type Method Description TransactionTypePaymentAttempt. getTransactionType()TransactionTypePaymentTransaction. getTransactionType()static TransactionTypeTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransactionType in org.killbill.billing.payment.plugin.api
Methods in org.killbill.billing.payment.plugin.api that return TransactionType Modifier and Type Method Description TransactionTypePaymentTransactionInfoPlugin. getTransactionType()The payment transaction type
-