# Functions
CacheExpires helper function to determine remaining time before repeating a Request.
NewAPIError returns a new error instance.
NewAPIResponse returns a new APIResonse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
PtrBool is a helper routine that returns a pointer to given integer value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
SelectHeaderAccept join all accept types and return.
SelectHeaderContentType select a content type from the available list.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ContextAccessToken takes a string oauth2 access token as authentication for the Request.
ContextAPIKey takes an APIKey as authentication for the Request.
ContextBasicAuth takes BasicAuth as authentication for the Request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the Request.
No description provided by the author
# Structs
APIError Provides access to the body, error and model on returned errors.
APIKey provides API key based authentication to a Request passed via context using ContextAPIKey.
APIResponse stores the API Response returned by the server.
BasicAuth provides basic http authentication to a Request passed via context using ContextBasicAuth.
Client manages communication with the Adyen API In most cases there should be only one, shared, APIClient.
Config stores the configuration of the API client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Service type is the struct implemented by individual API services.
# Type aliases
No description provided by the author