GetOrderStatusExtendedResponse constructor
GetOrderStatusExtendedResponse({
- String? errorCode,
- String? errorMessage,
- String? orderNumber,
- OrderStatus? orderStatus,
- int? actionCode,
- String? actionCodeDescription,
- int? amount,
- String? currency,
- int? date,
- int? depositedDate,
- String? orderDescription,
- String? ip,
- String? authRefNum,
- String? refundedDate,
- PaymentWay? paymentWay,
- AvsCode? avsCode,
- List<
Attribute> ? merchantOrderParams, - List<
Attribute> ? attributes, - List<
Attribute> ? transactionAttributes, - CardAuthInfo? cardAuthInfo,
- String? terminalId,
- PaymentAmountInfo? paymentAmountInfo,
- BankInfo? bankInfo,
- BindingInfo? bindingInfo,
- PayerData? payerData,
- Refunds? refunds,
Ответ состояния заказа
Implementation
GetOrderStatusExtendedResponse({
String? errorCode,
String? errorMessage,
this.orderNumber,
this.orderStatus,
this.actionCode,
this.actionCodeDescription,
this.amount,
this.currency,
this.date,
this.depositedDate,
this.orderDescription,
this.ip,
this.authRefNum,
this.refundedDate,
this.paymentWay,
this.avsCode,
this.merchantOrderParams,
this.attributes,
this.transactionAttributes,
this.cardAuthInfo,
this.terminalId,
this.paymentAmountInfo,
this.bankInfo,
this.bindingInfo,
this.payerData,
this.refunds,
}) : super(
errorCode: errorCode,
errorMessage: errorMessage,
);