public class ChargeFlowLevelConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChargeFlow |
flow |
protected Long |
id |
protected Long |
linkedSpaceId |
protected String |
name |
protected String |
period |
protected OffsetDateTime |
plannedPurgeDate |
protected Integer |
priority |
protected CreationEntityState |
state |
protected Long |
type |
protected Integer |
version |
| Constructor and Description |
|---|
ChargeFlowLevelConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ChargeFlow |
getFlow()
The charge flow level configuration to which the flow is associated.
|
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
String |
getName()
The charge flow level configuration name is used internally to identify the charge flow level configuration.
|
String |
getPeriod()
The duration of the level before switching to the next one.
|
OffsetDateTime |
getPlannedPurgeDate()
The planned purge date indicates when the entity is permanently removed.
|
Integer |
getPriority()
The priority indicates the sort order of the level configurations.
|
CreationEntityState |
getState() |
Long |
getType()
The type determines how the payment link is delivered to the customer.
|
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
String |
toString() |
protected ChargeFlow flow
protected Long id
protected Long linkedSpaceId
protected String name
protected String period
protected OffsetDateTime plannedPurgeDate
protected Integer priority
protected CreationEntityState state
protected Long type
protected Integer version
public ChargeFlow getFlow()
public Long getId()
public Long getLinkedSpaceId()
public String getName()
public String getPeriod()
public OffsetDateTime getPlannedPurgeDate()
public Integer getPriority()
public CreationEntityState getState()
public Long getType()
public Integer getVersion()
Copyright © 2021. All rights reserved.