PaymentResponse constructor

PaymentResponse({
  1. int? statusCode,
  2. String? statusMessage,
})

Implementation

PaymentResponse({this.statusCode, this.statusMessage});