DateOfMonth Property
The day of the month on which a monthly payment is to be made.
Syntax
[VB.NET] Public Property DateOfMonth As Integer
[C#] public int DateOfMonth {get; set;}
Remarks
Allowable values are numbers between 0 and 31. A number between 1 and 31 indicates the date of the month. 0 means this property is not sent in the request.
Default Value
0