public class PaymentProcessorConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
applicationManaged |
protected Long |
contractId |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected OffsetDateTime |
plannedPurgeDate |
protected Long |
processor |
protected CreationEntityState |
state |
protected Integer |
version |
| Constructor and Description |
|---|
PaymentProcessorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getContractId()
The contract links the processor configuration with the contract that is used to process payments.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
String |
getName()
The processor configuration name is used internally to identify a specific processor configuration.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
Long |
getProcessor()
A processor handles the connection to a third part company (a Payment Service Provider) that technically manages the transaction and therefore processes the payment.
|
CreationEntityState |
getState()
The object's current state.
|
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isApplicationManaged()
The configuration is managed by the application and cannot be changed via the user interface.
|
String |
toString() |
protected Boolean applicationManaged
protected Long contractId
protected Long id
protected Long linkedSpaceId
protected String name
protected OffsetDateTime plannedPurgeDate
protected Long processor
protected CreationEntityState state
protected Integer version
public Boolean isApplicationManaged()
public Long getContractId()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public OffsetDateTime getPlannedPurgeDate()
public Long getProcessor()
public CreationEntityState getState()
public Integer getVersion()
Copyright © 2023. All rights reserved.