jp.webpay.model
Class Account

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

public class Account
extends java.lang.Object


Field Summary
protected  WebPayClient client
           
 
Constructor Summary
Account()
           
 
Method Summary
static Account fromJsonResponse(WebPayClient client, java.lang.String json)
           
 boolean isChargeEnabled()
           
 boolean isDetailsSubmitted()
           
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

Account

public Account()
Method Detail

fromJsonResponse

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

isChargeEnabled

public boolean isChargeEnabled()

isDetailsSubmitted

public boolean isDetailsSubmitted()

timestampToDate

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