OnPayOrder constructor
OnPayOrder({})
Implementation
OnPayOrder({
required this.recipient,
required this.userEmail,
required this.payFor,
required this.amount,
this.reference,
this.payMode = "fix",
this.ticker = "RUR",
this.interfaceTicker = "CRW", // CreditCards Payment gateway
this.note,
this.additionalParams = const {},
});