Uses of Class
com.aoindustries.aoserv.client.billing.TransactionType
-
Packages that use TransactionType Package Description com.aoindustries.aoserv.client.account com.aoindustries.aoserv.client.billing -
-
Uses of TransactionType in com.aoindustries.aoserv.client.account
Methods in com.aoindustries.aoserv.client.account with parameters of type TransactionType Modifier and Type Method Description intAccount. addPackageDefinition(PackageCategory category, String name, String version, String display, String description, Money setupFee, TransactionType setupFeeTransactionType, Money monthlyRate, TransactionType monthlyRateTransactionType)intAccount. addTransaction(int timeType, Timestamp time, Account sourceAccount, Administrator business_administrator, TransactionType type, String description, int quantity, Money rate, PaymentType paymentType, String paymentInfo, Processor processor, byte payment_confirmed) -
Uses of TransactionType in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return TransactionType Modifier and Type Method Description TransactionTypeTransactionTypeTable. get(String name)TransactionTypePackageDefinitionLimit. getAdditionalTransactionType()TransactionTypePackageDefinition. getMonthlyRateTransactionType()TransactionTypePackageDefinition. getSetupFeeTransactionType()TransactionTypeMonthlyCharge. getType()TransactionTypeTransaction. getType()Methods in com.aoindustries.aoserv.client.billing with parameters of type TransactionType Modifier and Type Method Description intTransactionTable. add(int timeType, Timestamp time, Account account, Account sourceAccount, Administrator administrator, TransactionType type, String description, int quantity, Money rate, PaymentType paymentType, String paymentInfo, Processor processor, byte paymentConfirmed)intPackageDefinitionTable. addPackageDefinition(Account business, PackageCategory category, String name, String version, String display, String description, Money setupFee, TransactionType setupFeeTransactionType, Money monthlyRate, TransactionType monthlyRateTransactionType)voidPackageDefinition. update(Account business, PackageCategory category, String name, String version, String display, String description, Money setupFee, TransactionType setupFeeTransactionType, Money monthlyRate, TransactionType monthlyRateTransactionType)Constructors in com.aoindustries.aoserv.client.billing with parameters of type TransactionType Constructor Description PackageDefinitionLimit(PackageDefinition package_definition, Resource resource, int soft_limit, int hard_limit, Money additionalRate, TransactionType additional_transaction_type)TransactionSearchCriteria(Timestamp after, Timestamp before, int transid, Account account, Account sourceAccount, Administrator administrator, TransactionType type, String description, PaymentType paymentType, String paymentInfo, byte paymentConfirmed)
-