Expand description
§Transactions Models
Structs§
- Export
Transaction Data - Export transaction response data.
- Partial
Debit Transaction Request - 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
PartialDebitTransactionRequestBuilderThe derive Builder allows for the automatic creation of the BuilderPattern - Partial
Debit Transaction Request Builder - Builder for
PartialDebitTransactionRequest. - Transaction
History Response - This struct represents the transaction history data
- Transaction
Request - This struct is used to create a transaction body for creating a transaction using the Paystack API.
This struct is built using the
TransactionRequestBuilderstruct. - Transaction
Request Builder - Builder for
TransactionRequest. - Transaction
Response Data - This struct represents the data of the transaction response.
- Transaction
Status Data - This struct represents the data of the transaction status response.
- Transaction
Timeline Data - This struct represents the transaction timeline data.
- Transaction
Total Data - Transaction total data.
- Volume
ByCurrency - Transaction volume by currency.
Enums§
- Partial
Debit Transaction Request Builder Error - Error type for PartialDebitTransactionRequestBuilder
- Transaction
Identifier - Transaction identifier.
- Transaction
Request Builder Error - Error type for TransactionRequestBuilder