InitRequest constructor
InitRequest({})
Создает экземпляр метода создании платежа
Implementation
InitRequest({
required this.orderId,
this.amount,
this.ip,
this.description,
this.language,
this.recurrent,
this.customerKey,
this.redirectDueDate,
this.notificationUrl,
this.successUrl,
this.failUrl,
this.payType,
this.receipt,
this.data,
String? signToken,
}) : super(signToken) {
validate();
}