@@ -80,21 +80,21 @@ const (
80
80
type APIClient struct {
81
81
client * common.Client
82
82
// 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
98
98
}
99
99
100
100
// NewClient optionally a custom http.Client can be passed via the Config allow for advanced features such as caching.
0 commit comments