Package ch.aaap.harvestclient.domain
Interface InvoicePayment
- All Superinterfaces:
 BaseObject<InvoicePayment>,Reference<InvoicePayment>
@TypeAdapters(fieldNamingStrategy=true)
@Immutable
public interface InvoicePayment
extends BaseObject<InvoicePayment>
- 
Method Summary
Methods inherited from interface ch.aaap.harvestclient.domain.BaseObject
getCreatedAt, getId, getUpdatedAt 
- 
Method Details
- 
getAmount
Double getAmount() - 
getPaidAt
 - 
getPaidDate
 - 
getRecordedBy
 - 
getRecordedByEmail
 - 
getNotes
max length = 16,777,215- Returns:
 - the current value
 
 - 
getTransactionId
 - 
getPaymentGateway
 
 -