DigitalpayeResponsePayment constructor
DigitalpayeResponsePayment({
- String? linkpaymentId,
- String? ref,
- String? operatorId,
- String? transactionId,
- String? cardId,
- String? numberUser,
- String? nameUser,
- String? emailUser,
- String? countryUser,
- String? currency,
- String? amount,
- String? fees,
- String? amountReceive,
- String? amountTotal,
- String? status,
- String? typeTransaction,
- String? typePayment,
- String? redirectUrl,
- String? date,
- String? dateUpdate,
- String? waveLaunchUrl,
Implementation
DigitalpayeResponsePayment({
this.linkpaymentId,
this.ref,
this.operatorId,
this.transactionId,
this.cardId,
this.numberUser,
this.nameUser,
this.emailUser,
this.countryUser,
this.currency,
this.amount,
this.fees,
this.amountReceive,
this.amountTotal,
this.status,
this.typeTransaction,
this.typePayment,
this.redirectUrl,
this.date,
this.dateUpdate,
this.waveLaunchUrl,
});