Class TransactionInfo
- Namespace
- RinhaBackend
- Assembly
- Api.dll
Core transaction data: amount, installments, and the UTC timestamp of the request.
public record TransactionInfo : IEquatable<TransactionInfo>
- Inheritance
-
TransactionInfo
- Implements
- Inherited Members
Constructors
- TransactionInfo(decimal, int, string)
Core transaction data: amount, installments, and the UTC timestamp of the request.