Exemplo n.º 1
0
 public static Debit Fetch(string href)
 {
     return(Resource.Fetch <Debit>(href));
 }
Exemplo n.º 2
0
 public static Reversal Fetch(string href)
 {
     return(Resource.Fetch <Reversal>(href));
 }
Exemplo n.º 3
0
 public static Card Fetch(string href)
 {
     return(Resource.Fetch <Card>(href));
 }