Uses of Interface
org.osid.billing.payment.batch.PaymentBatchFormList
Packages that use PaymentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment.batch
service.
-
Uses of PaymentBatchFormList in org.osid.billing.payment.batch
Methods in org.osid.billing.payment.batch that return PaymentBatchFormListModifier and TypeMethodDescriptionPaymentBatchAdminSession.getPaymentFormsForCreate(PaymentPeerList peers, Type[] paymentRecordTypes) Gets the payment forms for creating a bunch of new payments.PaymentBatchAdminSession.getPaymentFormsForUpdate(IdList paymentIds) Gets the payment forms for updating an existing set of payments.Methods in org.osid.billing.payment.batch with parameters of type PaymentBatchFormListModifier and TypeMethodDescriptionPaymentBatchAdminSession.createPayments(PaymentBatchFormList paymentForms) Creates a new set ofPayments.PaymentBatchAdminSession.updatePayments(PaymentBatchFormList paymentForms) Updates existing payments.