InvoicePayment
An object representing a payment made to an invoice.
Object Properties
| 
					 Property  | 
				
					 Type  | 
				
					 Description  | 
			
| 
					 Id  | 
				
					 integer  | 
				
					 A unique ID representing the InvoicePayment object. When adding a new InvoicePayment the value must be 0.  | 
			
| 
					 InvoiceId  | 
				
					 integer  | 
				
					 The ID of the invoice this line item is included on.  | 
			
| 
					 PaymentDate  | 
				
					 DateTime  | 
				
					 Date the payment is made.  | 
			
| 
					 PaymentAmount  | 
				
					 float  | 
				
					 Amount of the payment.  | 
			
| 
					 PaymentMethod  | 
				
					 string (100)  | 
				
					 Payment type.  | 
			
							 
						 | 
					

