public class PaymentInitiationAdviceFile extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdOn |
protected String |
failureMessage |
protected OffsetDateTime |
fileGeneratedOn |
protected OffsetDateTime |
forwardedOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
processedOn |
protected PaymentProcessor |
processor |
protected PaymentInitiationAdviceFileState |
state |
| Constructor and Description |
|---|
PaymentInitiationAdviceFile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
String |
getFailureMessage() |
OffsetDateTime |
getFileGeneratedOn() |
OffsetDateTime |
getForwardedOn()
The shipping date indicates the date on which the pain file was transferred to an external processing system.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName() |
OffsetDateTime |
getProcessedOn() |
PaymentProcessor |
getProcessor() |
PaymentInitiationAdviceFileState |
getState()
The object's current state.
|
int |
hashCode() |
String |
toString() |
protected OffsetDateTime createdOn
protected String failureMessage
protected OffsetDateTime fileGeneratedOn
protected OffsetDateTime forwardedOn
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime processedOn
protected PaymentProcessor processor
protected PaymentInitiationAdviceFileState state
public OffsetDateTime getCreatedOn()
public String getFailureMessage()
public OffsetDateTime getFileGeneratedOn()
public OffsetDateTime getForwardedOn()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getProcessedOn()
public PaymentProcessor getProcessor()
public PaymentInitiationAdviceFileState getState()
Copyright © 2023. All rights reserved.