Management API — Terminal management.
Summary
Functions
Get a specific terminal action.
Get a list of all terminals.
List terminal actions at company level.
Reassign a terminal to a store or inventory.
Schedule terminal actions across terminals.
Functions
@spec get_company_action(String.t(), String.t(), keyword()) :: AdyenClient.Client.response()
Get a specific terminal action.
@spec list( map(), keyword() ) :: AdyenClient.Client.response()
Get a list of all terminals.
@spec list_company_actions(String.t(), map(), keyword()) :: AdyenClient.Client.response()
List terminal actions at company level.
@spec reassign(String.t(), map(), keyword()) :: AdyenClient.Client.response()
Reassign a terminal to a store or inventory.
@spec schedule_action( map(), keyword() ) :: AdyenClient.Client.response()
Schedule terminal actions across terminals.