PayEntity constructor
PayEntity({})
Implementation
PayEntity({
required this.idTransaction,
required this.clientId,
required this.idempotenceKey,
required this.amountFull,
this.emailClient,
this.phoneClient,
required this.callbackUrl,
this.descriptionPay,
required this.items,
});