Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions src/adyen/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,21 @@ const (
type APIClient struct {
client *common.Client
// API Services
checkout *checkout.APIClient
payments *payments.APIClient
paymentsApp *paymentsapp.PaymentsAppApi
payout *payout.APIClient
recurring *recurring.GeneralApi
binLookup *binlookup.GeneralApi
balancecontrol *balancecontrol.GeneralApi
posTerminalManagement *posterminalmanagement.GeneralApi
disputes *disputes.GeneralApi
storedValue *storedvalue.GeneralApi
balancePlatform *balanceplatform.APIClient
transfers *transfers.APIClient
management *management.APIClient
legalEntity *legalentity.APIClient
dataProtection *dataprotection.GeneralApi
checkout *checkout.APIClient
payments *payments.APIClient
paymentsApp *paymentsapp.PaymentsAppApi
payout *payout.APIClient
recurring *recurring.GeneralApi
binLookup *binlookup.GeneralApi
balancecontrol *balancecontrol.GeneralApi
posTerminalManagement *posterminalmanagement.GeneralApi
disputes *disputes.GeneralApi
storedValue *storedvalue.GeneralApi
balancePlatform *balanceplatform.APIClient
transfers *transfers.APIClient
management *management.APIClient
legalEntity *legalentity.APIClient
dataProtection *dataprotection.GeneralApi
}

// NewClient optionally a custom http.Client can be passed via the Config allow for advanced features such as caching.
Expand Down
18 changes: 9 additions & 9 deletions src/checkout/api_modifications.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 21 additions & 3 deletions src/checkout/api_payments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions src/checkout/api_utility.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/checkout/model_additional_data_airline.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/checkout/model_additional_data_level23.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading