|  | RevenueFunctionalAreaAddAPayment Method | 
            Open the dialog to add a payment.
            
 
Namespace: Blackbaud.UAT.Core.CrmAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
 Syntax
Syntaxpublic static void AddAPayment(
	string groupCaption = "Transactions",
	string taskCaption = "Add a payment"
)
Public Shared Sub AddAPayment ( 
	Optional groupCaption As String = "Transactions",
	Optional taskCaption As String = "Add a payment"
)
public:
static void AddAPayment(
	String^ groupCaption = L"Transactions", 
	String^ taskCaption = L"Add a payment"
)
Parameters
- groupCaption (Optional)
- Type: SystemString
 The group header caption of the task.  Defaults to "Transactions".
- taskCaption (Optional)
- Type: SystemString
 The link caption of the task.  Defaults to "Add a payment".
 See Also
See Also