Beispiel #1
0
 public PaystackApi(string apiKey)
 {
     _apiKey             = apiKey;
     SubAccounts         = new SubAccountApi(this);
     Transactions        = new TransactionsApi(this);
     Customers           = new CustomersApi(this);
     Miscellaneous       = new MiscellaneousApi(this);
     Charge              = new ChargeApi(this);
     _paystackApiBaseUrl = new Uri("https://api.paystack.co/");
 }
 public void Init()
 {
     instance = new MiscellaneousApi();
 }