public class Account extends FedaPayObject
rawJsonResponse| Constructor and Description |
|---|
Account() |
Account(String id,
String name,
String timezone,
String country,
String verify,
String createdAt,
String updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
static AccountCollection |
all() |
static Account |
create(Map<String,Object> accountMap) |
static String |
delete(String accountId) |
String |
getCountry() |
String |
getCreatedAt() |
String |
getId() |
String |
getName() |
String |
getTimezone() |
String |
getUpdatedAt() |
String |
getVerify() |
Account |
save() |
void |
setCountry(String country) |
void |
setCreatedAt(String created_at) |
void |
setId(String id) |
void |
setName(String name) |
void |
setTimezone(String timezone) |
void |
setUpdatedAt(String updated_at) |
void |
setVerify(String verify) |
Map<String,Object> |
toMap() |
static Account |
update(String accountId,
Map<String,Object> accountMap) |
getRawJsonResponse, setRawJsonResponsepublic String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getTimezone()
public void setTimezone(String timezone)
public String getCountry()
public void setCountry(String country)
public String getVerify()
public void setVerify(String verify)
public String getCreatedAt()
public void setCreatedAt(String created_at)
public String getUpdatedAt()
public void setUpdatedAt(String updated_at)
public static AccountCollection all() throws Exception
Exceptionpublic static Account create(Map<String,Object> accountMap) throws Exception
Exceptionpublic static Account update(String accountId, Map<String,Object> accountMap) throws Exception
ExceptionCopyright © 2022. All rights reserved.