Module terminal_models

Module terminal_models 

Source
Expand description

§Terminal

This file contains the models and options for the Terminal endpoint of the Paystack

Structs§

EventRequest
The request body to send an event from your application to the Paystack Terminal
EventRequestBuilder
Builder for EventRequest.
EventRequestData
The paramters needed to perform the specified action.
EventRequestDataBuilder
Builder for EventRequestData.
FetchEventStatusResponseData
Response data for the fetch event status route in the terminal endpoint.
FetchTerminalStatusResponseData
Response data for fetch terminal status route in the terminal endpoint.
SendEventResponseData
Response data for the send event route in the terminal endpoint.
TerminalData
Response data for terminal
UpdateTerminalRequest
Update request for terminal
UpdateTerminalRequestBuilder
Builder for UpdateTerminalRequest.

Enums§

EventRequestBuilderError
Error type for EventRequestBuilder
EventRequestDataBuilderError
Error type for EventRequestDataBuilder
EventType
The type of event to push. Paystack currently support invoice and transaction
TerminalAction
The action the Terminal needs to perform.
UpdateTerminalRequestBuilderError
Error type for UpdateTerminalRequestBuilder