|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjp.webpay.model.Customer
public class Customer
| Field Summary | |
|---|---|
protected WebPayClient |
client
|
| Constructor Summary | |
|---|---|
Customer()
|
|
| Method Summary | |
|---|---|
java.util.Date |
createdDate()
|
boolean |
delete()
|
static Customer |
fromJsonResponse(WebPayClient client,
java.lang.String json)
|
void |
save()
|
protected java.util.Date |
timestampToDate(java.lang.Long timestamp)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected WebPayClient client
| Constructor Detail |
|---|
public Customer()
| Method Detail |
|---|
public static Customer fromJsonResponse(@NonNull
WebPayClient client,
@NonNull
java.lang.String json)
public java.util.Date createdDate()
public void save()
public boolean delete()
protected java.util.Date timestampToDate(java.lang.Long timestamp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||