TransactionData constructor
TransactionData({
- double? refPayco,
- String? factura,
- String? descripcion,
- double? valor,
- int? iva,
- int? ico,
- int? baseiva,
- double? valorneto,
- String? moneda,
- String? banco,
- String? estado,
- String? respuesta,
- String? autorizacion,
- String? recibo,
- DateTime? fecha,
- String? franquicia,
- int? codRespuesta,
- String? codError,
- String? ip,
- int? enpruebas,
- String? tipoDoc,
- String? documento,
- String? nombres,
- String? apellidos,
- String? email,
- String? ciudad,
- String? direccion,
- String? indPais,
- String? countryCard,
- Extras? extras,
- CcNetworkResponse? ccNetworkResponse,
- ExtrasEpayco? extrasEpayco,
Implementation
TransactionData({
this.refPayco,
this.factura,
this.descripcion,
this.valor,
this.iva,
this.ico,
this.baseiva,
this.valorneto,
this.moneda,
this.banco,
this.estado,
this.respuesta,
this.autorizacion,
this.recibo,
this.fecha,
this.franquicia,
this.codRespuesta,
this.codError,
this.ip,
this.enpruebas,
this.tipoDoc,
this.documento,
this.nombres,
this.apellidos,
this.email,
this.ciudad,
this.direccion,
this.indPais,
this.countryCard,
this.extras,
this.ccNetworkResponse,
this.extrasEpayco,
});