44454647484950
super(Refund.class, uri); } }; public static Refund get(String uri) throws HTTPError { return new Refund((new Client()).get(uri)); }
62636465666768
super(BankAccount.class, uri); } } public static BankAccount get(String uri) throws HTTPError { return new BankAccount((new Client()).get(uri)); }
45464748495051
super(Reversal.class, uri); } }; public static Reversal get(String uri) throws HTTPError { return new Reversal((new Client()).get(uri)); }
53545556575859
super(Account.class, uri); } }; public static Account get(String uri) throws HTTPError { return new Account((new Client()).get(uri)); }
super(Debit.class, uri); } }; public static Debit get(String uri) throws HTTPError { return new Debit((new Client()).get(uri)); }
42434445464748
@ResourceField(field="reversals_uri") public Reversal.Collection reversals; public static Credit get(String uri) throws HTTPError { return new Credit((new Client()).get(uri)); }
35363738394041
super(FundingInstrument.class, uri); } }; public static FundingInstrument get(String uri) throws HTTPError { return new FundingInstrument((new Client()).get(uri)); }
36373839404142
29303132333435
super(Hold.class, uri); } }; public static Hold get(String uri) throws HTTPError { return new Hold((new Client()).get(uri)); }