OrderStatusInfo constructor
OrderStatusInfo({
- int? errorCode,
- String? orderNumber,
- OrderStatus? orderStatus,
- int? actionCode,
- String? actionCodeDescription,
- int? amount,
- int? currency,
- String? date,
- List<
Attribute> ? merchantOrderParams, - List<
Attribute> ? attributes, - CardAuthInfo? cardAuthInfo,
- String? terminalId,
- String? authDateTime,
- String? authRefNum,
- PaymentAmountInfo? paymentAmountInfo,
- BankInfo? bankInfo,
Cостояние заказа в платёжной системе
Implementation
OrderStatusInfo({
this.errorCode,
this.orderNumber,
this.orderStatus,
this.actionCode,
this.actionCodeDescription,
this.amount,
this.currency,
this.date,
this.merchantOrderParams,
this.attributes,
this.cardAuthInfo,
this.terminalId,
this.authDateTime,
this.authRefNum,
this.paymentAmountInfo,
this.bankInfo,
});