FinancialTransactionResponse constructor
FinancialTransactionResponse({})
Implementation
FinancialTransactionResponse({
required this.totalItems,
required this.items,
required this.transactions,
required this.total,
});