public class AbstractAccountUpdate extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
lastModifiedDate |
protected String |
name |
protected Long |
subaccountLimit |
| Constructor and Description |
|---|
AbstractAccountUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getLastModifiedDate() |
String |
getName()
The name of the account identifies the account within the administrative interface.
|
Long |
getSubaccountLimit()
This property restricts the number of subaccounts which can be created within this account.
|
int |
hashCode() |
AbstractAccountUpdate |
lastModifiedDate(OffsetDateTime lastModifiedDate) |
AbstractAccountUpdate |
name(String name) |
void |
setLastModifiedDate(OffsetDateTime lastModifiedDate) |
void |
setName(String name) |
void |
setSubaccountLimit(Long subaccountLimit) |
AbstractAccountUpdate |
subaccountLimit(Long subaccountLimit) |
String |
toString() |
protected OffsetDateTime lastModifiedDate
protected String name
protected Long subaccountLimit
public AbstractAccountUpdate lastModifiedDate(OffsetDateTime lastModifiedDate)
public OffsetDateTime getLastModifiedDate()
public void setLastModifiedDate(OffsetDateTime lastModifiedDate)
public AbstractAccountUpdate name(String name)
public String getName()
public void setName(String name)
public AbstractAccountUpdate subaccountLimit(Long subaccountLimit)
public Long getSubaccountLimit()
public void setSubaccountLimit(Long subaccountLimit)
Copyright © 2022. All rights reserved.