Uses of Interface
org.osid.billing.payment.PaymentForm
Packages that use PaymentForm
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 PaymentForm in org.osid.billing.payment
Methods in org.osid.billing.payment that return PaymentFormModifier and TypeMethodDescriptionPaymentAdminSession.getPaymentFormForCreate(Id payerId, Id customerId, Type[] paymentRecordTypes) Gets the payer form for creating new payments.PaymentAdminSession.getPaymentFormForUpdate(Id paymentId) Gets the payment form for updating an existing payment.Methods in org.osid.billing.payment with parameters of type PaymentFormModifier and TypeMethodDescriptionPaymentAdminSession.createPayment(PaymentForm paymentForm) Creates a newPayment.voidPaymentAdminSession.updatePayment(PaymentForm paymentForm) Updates an existing payment. -
Uses of PaymentForm in org.osid.billing.payment.batch
Subinterfaces of PaymentForm in org.osid.billing.payment.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating payments in bulk.