Beispiel #1
0
 public static MercadoPago.Resources.Card FindById(
     string customerId,
     string id,
     bool useCache, SDK sdk)
 {
     return((MercadoPago.Resources.Card)MPBase.ProcessMethod <MercadoPago.Resources.Card>(typeof(MercadoPago.Resources.Card), nameof(FindById), customerId, id, useCache, sdk));
 }
Beispiel #2
0
 public MercadoPago.Resources.MerchantOrder Load(string id, bool useCache)
 {
     return((MercadoPago.Resources.MerchantOrder)MPBase.ProcessMethod <MercadoPago.Resources.MerchantOrder>(typeof(MercadoPago.Resources.MerchantOrder), nameof(Load), id, useCache, sdk));
 }
Beispiel #3
0
 public MercadoPago.Resources.Card Delete(SDK sdk)
 {
     return((MercadoPago.Resources.Card)MPBase.ProcessMethod(nameof(Delete), MPBase.WITHOUT_CACHE, sdk));
 }
 public static MercadoPago.Resources.Payment FindById(long?id, bool useCache, SDK sdk)
 {
     return((MercadoPago.Resources.Payment)MPBase.ProcessMethod <MercadoPago.Resources.Payment>(typeof(MercadoPago.Resources.Payment), nameof(FindById), id.ToString(), useCache, sdk));
 }
 public static MercadoPago.Resources.Payment FindById(long?id, SDK sdk)
 {
     return((MercadoPago.Resources.Payment)MPBase.ProcessMethod <MercadoPago.Resources.Payment>(typeof(MercadoPago.Resources.Payment), nameof(FindById), id.ToString(), MPBase.WITHOUT_CACHE, sdk));
 }
 public static MercadoPago.Resources.Preference FindById(string id, bool useCache, SDK sdk)
 {
     return((MercadoPago.Resources.Preference)MPBase.ProcessMethod <MercadoPago.Resources.Preference>(typeof(MercadoPago.Resources.Preference), nameof(FindById), id, useCache, sdk));
 }
Beispiel #7
0
 public static MercadoPago.Resources.Plan Load(string id, bool useCache, SDK sdk)
 {
     return((MercadoPago.Resources.Plan)MPBase.ProcessMethod <MercadoPago.Resources.Plan>(typeof(MercadoPago.Resources.Plan), nameof(Load), id, useCache, sdk));
 }