Pay for any subscriptions that are due for a given contact.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public static CErrors PayDues( IiMISUser user, CSubscription[] subscriptions, ref CPayment payment, CBatch batch ) |
| Visual Basic |
|---|
Public Shared Function PayDues ( _ user As IiMISUser, _ subscriptions As CSubscription(), _ ByRef payment As CPayment, _ batch As CBatch _ ) As CErrors |
| Visual C++ |
|---|
public: static CErrors^ PayDues( IiMISUser^ user, array<CSubscription^>^ subscriptions, CPayment^% payment, CBatch^ batch ) |
Parameters
- user
- Type: Asi.iBO..::..IiMISUser
The IiMISUser associated with the dues payment. Only user type of CWebUser adds the user's login name and ID to the transaction's comments.
- subscriptions
- Type: array<Asi.iBO.Commerce..::..CSubscription>[]()[][]
The array of CSubscription objects involved in this processing.
- payment
- Type: Asi.iBO.Financials..::..CPayment%
The CPayment object to use to pay for the subscriptions.
- batch
- Type: Asi.iBO.Financials..::..CBatch
The batch to be used for this processing.