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