CreditCardPaymentResponse constructor

CreditCardPaymentResponse({
  1. Data? data,
  2. String? object,
  3. bool? status,
  4. bool? success,
  5. String? type,
})

Implementation

CreditCardPaymentResponse({
  this.data,
  this.object,
  this.status,
  this.success,
  this.type,
});