PosSessionUpdateRequest<TransactionObject, RefundObject> constructor
PosSessionUpdateRequest<TransactionObject, RefundObject> ({
- required String sessionId,
- String? businessId,
- PosPaymentEventStatus? eventStatus,
- List<
String> ? logs, - TransactionObject? transaction,
- RefundObject? refund,
Implementation
PosSessionUpdateRequest({
required this.sessionId,
this.businessId,
this.eventStatus,
this.logs,
this.transaction,
this.refund,
});