UGoldTransactionResponse constructor

UGoldTransactionResponse({
  1. required String id,
  2. required List<UGoldWalletEntryResponse> entries,
  3. String? idempotencyKey,
  4. DateTime? createdAt,
  5. String? detail,
})

Implementation

UGoldTransactionResponse({required this.id, required this.entries, this.idempotencyKey, this.createdAt, this.detail});