public class InvoicePayment extends BillingEntity
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
actualAmount |
protected String |
changedBy |
protected Date |
created |
protected String |
currency |
protected String |
id |
protected String |
invoiceID |
protected BigDecimal |
nominalAmount |
protected String |
organizationID |
protected String |
paymentID |
protected BigDecimal |
refundedAmount |
protected static ResourcePath |
resourcePath |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
InvoicePayment() |
|
InvoicePayment(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getActualAmount() |
String |
getChangedBy() |
Date |
getCreated() |
String |
getCurrency() |
String |
getID() |
String |
getInvoiceID() |
BigDecimal |
getNominalAmount() |
String |
getOrganizationID() |
String |
getPaymentID() |
BigDecimal |
getRefundedAmount() |
protected ResourcePath |
getResourcePath() |
Date |
getUpdated() |
protected static ResourcePath |
ResourcePath() |
getAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String paymentID
protected String invoiceID
protected String organizationID
protected String currency
protected BigDecimal nominalAmount
protected BigDecimal actualAmount
protected BigDecimal refundedAmount
protected Date updated
protected String changedBy
protected Date created
protected static ResourcePath resourcePath
public InvoicePayment(BillForwardClient client_)
protected InvoicePayment()
public String getID()
public String getPaymentID()
public String getInvoiceID()
public String getOrganizationID()
public String getCurrency()
public BigDecimal getNominalAmount()
public BigDecimal getActualAmount()
public BigDecimal getRefundedAmount()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.