public class InvoiceReimbursement extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected OffsetDateTime |
createdOn |
protected String |
currency |
protected Long |
discardedBy |
protected OffsetDateTime |
discardedOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected PaymentConnectorConfiguration |
paymentConnectorConfiguration |
protected PaymentInitiationAdviceFile |
paymentInitiationAdviceFile |
protected Long |
processedBy |
protected OffsetDateTime |
processedOn |
protected String |
recipientCity |
protected String |
recipientCountry |
protected String |
recipientFamilyName |
protected String |
recipientGivenName |
protected String |
recipientIban |
protected String |
recipientPostcode |
protected String |
recipientStreet |
protected String |
senderIban |
protected InvoiceReimbursementState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
InvoiceReimbursement() |
protected BigDecimal amount
protected OffsetDateTime createdOn
protected String currency
protected Long discardedBy
protected OffsetDateTime discardedOn
protected Long id
protected Long linkedSpaceId
protected PaymentConnectorConfiguration paymentConnectorConfiguration
protected PaymentInitiationAdviceFile paymentInitiationAdviceFile
protected Long processedBy
protected OffsetDateTime processedOn
protected String recipientCity
protected String recipientCountry
protected String recipientFamilyName
protected String recipientGivenName
protected String recipientIban
protected String recipientPostcode
protected String recipientStreet
protected String senderIban
protected InvoiceReimbursementState state
protected Integer version
public BigDecimal getAmount()
public OffsetDateTime getCreatedOn()
public String getCurrency()
public Long getDiscardedBy()
public OffsetDateTime getDiscardedOn()
public Long getId()
public Long getLinkedSpaceId()
public PaymentConnectorConfiguration getPaymentConnectorConfiguration()
public PaymentInitiationAdviceFile getPaymentInitiationAdviceFile()
public Long getProcessedBy()
public OffsetDateTime getProcessedOn()
public String getRecipientCity()
public String getRecipientCountry()
public String getRecipientFamilyName()
public String getRecipientGivenName()
public String getRecipientIban()
public String getRecipientPostcode()
public String getRecipientStreet()
public String getSenderIban()
public InvoiceReimbursementState getState()
public Integer getVersion()
Copyright © 2023. All rights reserved.