public class InvoiceReconciliationRecordInvoiceLink extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected OffsetDateTime |
createdOn |
protected Long |
id |
protected TransactionInvoice |
invoice |
protected Long |
linkedSpaceId |
protected InvoiceReconciliationRecord |
record |
| Constructor and Description |
|---|
InvoiceReconciliationRecordInvoiceLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BigDecimal |
getAmount() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
Long |
getId()
A unique identifier for the object.
|
TransactionInvoice |
getInvoice() |
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
InvoiceReconciliationRecord |
getRecord() |
int |
hashCode() |
String |
toString() |
protected BigDecimal amount
protected OffsetDateTime createdOn
protected Long id
protected TransactionInvoice invoice
protected Long linkedSpaceId
protected InvoiceReconciliationRecord record
public InvoiceReconciliationRecordInvoiceLink()
public BigDecimal getAmount()
public OffsetDateTime getCreatedOn()
public Long getId()
public TransactionInvoice getInvoice()
public Long getLinkedSpaceId()
public InvoiceReconciliationRecord getRecord()
Copyright © 2023. All rights reserved.