PsePaymentResponse constructor

PsePaymentResponse({
  1. required Data data,
  2. required String lastAction,
  3. required bool success,
  4. required String textResponse,
  5. required String titleResponse,
})

Implementation

PsePaymentResponse({
  required this.data,
  required this.lastAction,
  required this.success,
  required this.textResponse,
  required this.titleResponse,
});