public class CreditNote extends BillingEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountID |
protected BigDecimal |
actualValue |
protected String |
createdBy |
protected String |
currency |
protected String |
description |
protected String |
id |
protected String |
invoiceID |
protected BigDecimal |
nominalValue |
protected String |
organizationID |
protected BigDecimal |
remainingNominalValue |
protected BigDecimal |
remainingValue |
protected static ResourcePath |
resourcePath |
protected String |
subscriptionID |
protected String |
type |
protected BigDecimal |
value |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
CreditNote() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountID() |
BigDecimal |
getActualValue() |
String |
getCreatedBy() |
String |
getCurrency() |
String |
getDescription() |
String |
getId() |
String |
getInvoiceID() |
BigDecimal |
getNominalValue() |
String |
getOrganizationID() |
BigDecimal |
getRemainingNominalValue() |
BigDecimal |
getRemainingValue() |
protected ResourcePath |
getResourcePath() |
String |
getSubscriptionID() |
CreditNoteType |
getType() |
String |
getTypeAsString() |
BigDecimal |
getValue() |
protected static ResourcePath |
ResourcePath() |
protected String id
protected String accountID
protected String invoiceID
protected String subscriptionID
protected String organizationID
protected String type
protected String currency
protected String description
protected BigDecimal value
protected BigDecimal nominalValue
protected BigDecimal actualValue
protected BigDecimal remainingNominalValue
protected BigDecimal remainingValue
protected String createdBy
protected static ResourcePath resourcePath
public String getId()
public String getAccountID()
public String getInvoiceID()
public String getSubscriptionID()
public String getOrganizationID()
public CreditNoteType getType()
public String getTypeAsString()
public String getCurrency()
public String getDescription()
public BigDecimal getValue()
public BigDecimal getNominalValue()
public BigDecimal getActualValue()
public BigDecimal getRemainingNominalValue()
public BigDecimal getRemainingValue()
public String getCreatedBy()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.