ProvBratnet.newPayment Method

Create a new payment object
Public Function newPayment() As payment
This language is not supported or no code example is available.
public payment newPayment()
This language is not supported or no code example is available.

Return Value

payment
Example
 
 payment pay = newPayment();
 					
This language is not supported or no code example is available.
 Dim pay As payment = newPayment()
 					
This language is not supported or no code example is available.

.NET Framework

Supported in: 3.5 or newer

In this article

Definition