PaySubscriptionResponse constructor

PaySubscriptionResponse({
  1. PaySubscriptionResponseData? data,
  2. String? lastAction,
  3. Subscription? subscription,
  4. bool? success,
  5. String? textResponse,
  6. String? titleResponse,
})

Implementation

PaySubscriptionResponse({
  this.data,
  this.lastAction,
  this.subscription,
  this.success,
  this.textResponse,
  this.titleResponse,
});