jp.webpay.model
Class Customer

java.lang.Object
  extended by jp.webpay.model.Customer

public class Customer
extends java.lang.Object


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

client

protected WebPayClient client
Constructor Detail

Customer

public Customer()
Method Detail

fromJsonResponse

public static Customer fromJsonResponse(@NonNull
                                        WebPayClient client,
                                        @NonNull
                                        java.lang.String json)

createdDate

public java.util.Date createdDate()

save

public void save()

delete

public boolean delete()

timestampToDate

protected java.util.Date timestampToDate(java.lang.Long timestamp)