Uses of Interface
org.osid.billing.payment.batch.PayerBatchFormList
Packages that use PayerBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment.batch
service.
-
Uses of PayerBatchFormList in org.osid.billing.payment.batch
Methods in org.osid.billing.payment.batch that return PayerBatchFormListModifier and TypeMethodDescriptionPayerBatchAdminSession.getPayerFormsForCreate(IdList resourceIds, Type[] payerRecordTypes) Gets the payer forms for creating a bunch of new payers.PayerBatchAdminSession.getPayerFormsForUpdate(IdList payerIds) Gets the payer forms for updating an existing set of payers.Methods in org.osid.billing.payment.batch with parameters of type PayerBatchFormListModifier and TypeMethodDescriptionPayerBatchAdminSession.createPayers(PayerBatchFormList payerForms) Creates a new set ofPayers.PayerBatchAdminSession.updatePayers(PayerBatchFormList payerForms) Updates existing payers.