Beispiel #1
0
 public static Settlement Fetch(string href)
 {
     return(Resource.Fetch <Settlement>(href));
 }
Beispiel #2
0
 public static Refund Fetch(string href)
 {
     return(Resource.Fetch <Refund>(href));
 }
 public static Order Fetch(string href)
 {
     return(Resource.Fetch <Order>(href));
 }
Beispiel #4
0
 public static Callback Fetch(string href)
 {
     return(Resource.Fetch <Callback>(href));
 }
 public static BankAccount Fetch(string href)
 {
     return(Resource.Fetch <BankAccount>(href));
 }
Beispiel #6
0
 public static Credit Fetch(string href)
 {
     return(Resource.Fetch <Credit>(href));
 }
Beispiel #7
0
 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));
 }
Beispiel #11
0
 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));
 }