DateOfMonth Property
The day of the month on which a monthly payment is to be made.
Syntax
public int getDateOfMonth(); public void setDateOfMonth(int dateOfMonth);
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