private void InitialiseClients()
 {
     HttpChannel = new HttpChannel(_dataClientConfiguration, _httpClient);
     _payment = new PaymentsApi(HttpChannel);
     _pages = new PagesApi(HttpChannel);
     _customCodes = new CustomCodesApi(HttpChannel);
 }
Exemplo n.º 2
0
 private void InitialiseClients()
 {
     HttpChannel  = new HttpChannel(_dataClientConfiguration, _httpClient);
     _payment     = new PaymentsApi(HttpChannel);
     _pages       = new PagesApi(HttpChannel);
     _customCodes = new CustomCodesApi(HttpChannel);
 }