Uses of Interface
org.osid.billing.payment.PayerForm
Packages that use PayerForm
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment
service.
The Open Service Interface Definitions for the org.osid.billing.payment.batch
service.
-
Uses of PayerForm in org.osid.billing.payment
Methods in org.osid.billing.payment that return PayerFormModifier and TypeMethodDescriptionPayerAdminSession.getPayerFormForCreate(Id resourceId, Type[] payerRecordTypes) Gets the payer form for creating new payers.PayerAdminSession.getPayerFormForUpdate(Id payerId) Gets the payer form for updating an existing payer.Methods in org.osid.billing.payment with parameters of type PayerFormModifier and TypeMethodDescriptionPayerAdminSession.createPayer(PayerForm payerForm) Creates a newPayer.voidPayerAdminSession.updatePayer(PayerForm payerForm) Updates an existing payer. -
Uses of PayerForm in org.osid.billing.payment.batch
Subinterfaces of PayerForm in org.osid.billing.payment.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating payers in bulk.