@@ -80,21 +80,21 @@ const (
8080type APIClient struct {
8181 client * common.Client
8282 // API Services
83- checkout * checkout.APIClient
84- payments * payments.APIClient
85- paymentsApp * paymentsapp.PaymentsAppApi
86- payout * payout.APIClient
87- recurring * recurring.GeneralApi
88- binLookup * binlookup.GeneralApi
89- balancecontrol * balancecontrol.GeneralApi
90- posTerminalManagement * posterminalmanagement.GeneralApi
91- disputes * disputes.GeneralApi
92- storedValue * storedvalue.GeneralApi
93- balancePlatform * balanceplatform.APIClient
94- transfers * transfers.APIClient
95- management * management.APIClient
96- legalEntity * legalentity.APIClient
97- dataProtection * dataprotection.GeneralApi
83+ checkout * checkout.APIClient
84+ payments * payments.APIClient
85+ paymentsApp * paymentsapp.PaymentsAppApi
86+ payout * payout.APIClient
87+ recurring * recurring.GeneralApi
88+ binLookup * binlookup.GeneralApi
89+ balancecontrol * balancecontrol.GeneralApi
90+ posTerminalManagement * posterminalmanagement.GeneralApi
91+ disputes * disputes.GeneralApi
92+ storedValue * storedvalue.GeneralApi
93+ balancePlatform * balanceplatform.APIClient
94+ transfers * transfers.APIClient
95+ management * management.APIClient
96+ legalEntity * legalentity.APIClient
97+ dataProtection * dataprotection.GeneralApi
9898}
9999
100100// NewClient optionally a custom http.Client can be passed via the Config allow for advanced features such as caching.
0 commit comments