PaySubscriptionResponse constructor
PaySubscriptionResponse({
- PaySubscriptionResponseData? data,
- String? lastAction,
- Subscription? subscription,
- bool? success,
- String? textResponse,
- String? titleResponse,
Implementation
PaySubscriptionResponse({
this.data,
this.lastAction,
this.subscription,
this.success,
this.textResponse,
this.titleResponse,
});