UTxnUpdateParams constructor
UTxnUpdateParams({})
Implementation
UTxnUpdateParams({
required this.id,
this.amount,
this.trackingNumber,
this.paidAt,
this.gatewayName,
this.addTags,
this.removeTags,
this.tags,
this.detail1,
this.detail2,
this.adminUserIds,
this.addAdminUserIds,
this.removeAdminUserIds,
});