PaymentResponse constructor

PaymentResponse({
  1. POIData? poiData,
})

Creates a new payment response.

Implementation

PaymentResponse({this.poiData});