PseTransactionResponse constructor
PseTransactionResponse({
- bool? success,
- String? titleResponse,
- String? textResponse,
- String? lastAction,
- PseTransactionData? data,
Implementation
PseTransactionResponse({
this.success,
this.titleResponse,
this.textResponse,
this.lastAction,
this.data,
});