public class PaymentContract extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Account |
account |
protected OffsetDateTime |
activatedOn |
protected String |
contractIdentifier |
protected PaymentContractType |
contractType |
protected User |
createdBy |
protected OffsetDateTime |
createdOn |
protected String |
externalId |
protected Long |
id |
protected OffsetDateTime |
rejectedOn |
protected FailureReason |
rejectionReason |
protected OffsetDateTime |
startTerminatingOn |
protected PaymentContractState |
state |
protected User |
terminatedBy |
protected OffsetDateTime |
terminatedOn |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentContract() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Account |
getAccount() |
OffsetDateTime |
getActivatedOn() |
String |
getContractIdentifier() |
PaymentContractType |
getContractType() |
User |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
The ID is the primary key of the entity.
|
OffsetDateTime |
getRejectedOn() |
FailureReason |
getRejectionReason() |
OffsetDateTime |
getStartTerminatingOn() |
PaymentContractState |
getState() |
User |
getTerminatedBy() |
OffsetDateTime |
getTerminatedOn() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected Account account
protected OffsetDateTime activatedOn
protected String contractIdentifier
protected PaymentContractType contractType
protected User createdBy
protected OffsetDateTime createdOn
protected String externalId
protected Long id
protected OffsetDateTime rejectedOn
protected FailureReason rejectionReason
protected OffsetDateTime startTerminatingOn
protected PaymentContractState state
protected User terminatedBy
protected OffsetDateTime terminatedOn
protected Integer version
public Account getAccount()
public OffsetDateTime getActivatedOn()
public String getContractIdentifier()
public PaymentContractType getContractType()
public User getCreatedBy()
public OffsetDateTime getCreatedOn()
public String getExternalId()
public Long getId()
public OffsetDateTime getRejectedOn()
public FailureReason getRejectionReason()
public OffsetDateTime getStartTerminatingOn()
public PaymentContractState getState()
public User getTerminatedBy()
public OffsetDateTime getTerminatedOn()
public Integer getVersion()
Copyright © 2021. All rights reserved.