UGoldTxnResponse constructor
UGoldTxnResponse({
- required String id,
- required List<
int> tags, - required UGoldTxnJson jsonData,
- required String userId,
- required double goldAmount,
- required double amount,
- required double unitPrice,
- required String idempotencyKey,
- required List<
String> adminUserIds, - DateTime? createdAt,
- UUserResponse? user,
- UUserResponse? creator,
- String? creatorId,
- String? orderId,
Implementation
UGoldTxnResponse({
required this.id,
required this.tags,
required this.jsonData,
required this.userId,
required this.goldAmount,
required this.amount,
required this.unitPrice,
required this.idempotencyKey,
required this.adminUserIds,
this.createdAt,
this.user,
this.creator,
this.creatorId,
this.orderId,
});