Module transaction_models

Module transaction_models 

Source
Expand description

§Transactions Models

Structs§

ExportTransactionData
Export transaction response data.
PartialDebitTransactionRequest
This struct is used to create a partial debit transaction body for creating a partial debit using the Paystack API. This struct should be created using the PartialDebitTransactionRequestBuilder The derive Builder allows for the automatic creation of the BuilderPattern
PartialDebitTransactionRequestBuilder
Builder for PartialDebitTransactionRequest.
TransactionHistoryResponse
This struct represents the transaction history data
TransactionRequest
This struct is used to create a transaction body for creating a transaction using the Paystack API. This struct is built using the TransactionRequestBuilder struct.
TransactionRequestBuilder
Builder for TransactionRequest.
TransactionResponseData
This struct represents the data of the transaction response.
TransactionStatusData
This struct represents the data of the transaction status response.
TransactionTimelineData
This struct represents the transaction timeline data.
TransactionTotalData
Transaction total data.
VolumeByCurrency
Transaction volume by currency.

Enums§

PartialDebitTransactionRequestBuilderError
Error type for PartialDebitTransactionRequestBuilder
TransactionIdentifier
Transaction identifier.
TransactionRequestBuilderError
Error type for TransactionRequestBuilder