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 |
lastModifiedDate |
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()
This account that the contract belongs to.
|
OffsetDateTime |
getActivatedOn()
The date and time when the contract was activated.
|
String |
getContractIdentifier()
The identifier of the contract.
|
PaymentContractType |
getContractType()
The type of the contract.
|
User |
getCreatedBy()
The ID of the user the contract was created by.
|
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
String |
getExternalId()
A client generated nonce which identifies the entity to be created.
|
Long |
getId()
A unique identifier for the object.
|
OffsetDateTime |
getLastModifiedDate()
The date and time when the object was last modified.
|
OffsetDateTime |
getRejectedOn()
The date and time when the contract was rejected.
|
FailureReason |
getRejectionReason()
The reason for rejecting the contract.
|
OffsetDateTime |
getStartTerminatingOn()
The date and time when the termination process of the contract was started.
|
PaymentContractState |
getState()
The object's current state.
|
User |
getTerminatedBy()
The ID of the user the contract was terminated by.
|
OffsetDateTime |
getTerminatedOn()
The date and time when the contract was terminated.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 lastModifiedDate
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 getLastModifiedDate()
public OffsetDateTime getRejectedOn()
public FailureReason getRejectionReason()
public OffsetDateTime getStartTerminatingOn()
public PaymentContractState getState()
public User getTerminatedBy()
public OffsetDateTime getTerminatedOn()
public Integer getVersion()
Copyright © 2024. All rights reserved.