Uses of Interface
org.osid.acknowledgement.BillingForm
Packages that use BillingForm
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement
service.
The Open Service Interface Definitions for the org.osid.acknowledgement.batch
service.
-
Uses of BillingForm in org.osid.acknowledgement
Methods in org.osid.acknowledgement that return BillingFormModifier and TypeMethodDescriptionBillingAdminSession.getBillingFormForCreate(Type[] billingRecordTypes) Gets the billing form for creating new billings.BillingAdminSession.getBillingFormForUpdate(Id billingId) Gets the billing form for updating an existing billing.Methods in org.osid.acknowledgement with parameters of type BillingFormModifier and TypeMethodDescriptionBillingAdminSession.createBilling(BillingForm billingForm) Creates a newBilling.voidBillingAdminSession.updateBilling(BillingForm billingForm) Updates an existing billing. -
Uses of BillingForm in org.osid.acknowledgement.batch
Subinterfaces of BillingForm in org.osid.acknowledgement.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating billings in bulk.