jp.webpay.api
Class Account

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

public class Account
extends java.lang.Object


Field Summary
protected  WebPayClient client
           
 
Constructor Summary
protected Account(WebPayClient client)
           
 
Method Summary
protected  void assertId(java.lang.String id)
           
 boolean deleteData()
           
 Account retrieve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

protected final WebPayClient client
Constructor Detail

Account

protected Account(WebPayClient client)
Method Detail

retrieve

public Account retrieve()

deleteData

public boolean deleteData()

assertId

protected void assertId(java.lang.String id)