public static Settlement Fetch(string href) { return(Resource.Fetch <Settlement>(href)); }
public static Refund Fetch(string href) { return(Resource.Fetch <Refund>(href)); }
public static Order Fetch(string href) { return(Resource.Fetch <Order>(href)); }
public static Callback Fetch(string href) { return(Resource.Fetch <Callback>(href)); }
public static BankAccount Fetch(string href) { return(Resource.Fetch <BankAccount>(href)); }
public static Credit Fetch(string href) { return(Resource.Fetch <Credit>(href)); }
public static Event Fetch(string href) { return(Resource.Fetch <Event>(href)); }
public static ApiKey Fetch(string href) { return(Resource.Fetch <ApiKey>(href)); }
public static Debit Fetch(string href) { return(Resource.Fetch <Debit>(href)); }
public static Reversal Fetch(string href) { return(Resource.Fetch <Reversal>(href)); }
public static Dispute Fetch(string href) { return(Resource.Fetch <Dispute>(href)); }
public static BankAccountVerification Fetch(string href) { return(Resource.Fetch <BankAccountVerification>(href)); }
public static Card Fetch(string href) { return(Resource.Fetch <Card>(href)); }
public static Marketplace Fetch(string href) { return(Resource.Fetch <Marketplace>(href)); }
public static Customer Fetch(string href) { return(Resource.Fetch <Customer>(href)); }