jp.webpay.model
Class RetrievedCustomer

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

public class RetrievedCustomer
extends java.lang.Object


Method Summary
static RetrievedCustomer fromJsonResponse(WebPayClient client, java.lang.String json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromJsonResponse

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