PaymentTransactionListItem class final
Summary row returned in a paginated payment transaction list.
Constructors
- PaymentTransactionListItem({required int id, required int apiKeyConfigurationId, String? projectCode, String? currency, int? customerInformationId, String? customerInformationName, String? customerPayingPhoneNumber, DateTime? createdAt})
-
Creates a list item.
const
-
PaymentTransactionListItem.fromJson(Map<
String, dynamic> json) -
Parses a list item from JSON.
factory
Properties
- apiKeyConfigurationId → int
-
API key configuration linked to the transaction.
final
- createdAt → DateTime?
-
UTC timestamp when the transaction was created.
final
- currency → String?
-
Currency code stored on the transaction.
final
- customerInformationId → int?
-
Customer identifier in the calling system.
final
- customerInformationName → String?
-
Customer display name.
final
- customerPayingPhoneNumber → String?
-
Phone number used for payment.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
Payment transaction ID.
final
- projectCode → String?
-
Project code associated with the transaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited