public abstract class BasicResponse extends Object
| Constructor and Description |
|---|
BasicResponse() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAtDate()
Gets the creation date.
|
String |
getId()
Gets the ID for this record.
|
Date |
getUpdatedAtDate()
Gets the updated date.
|
boolean |
isLiveMode()
Indicates whether the company was created using a live or test API key.
|
@Nullable public String getId()
public Date getCreatedAtDate()
public Date getUpdatedAtDate()
public boolean isLiveMode()