ReferenceData constructor
ReferenceData({
- required String subscriberId,
- required int paymentId,
- required String providerId,
- required String amount,
- required String currency,
- required String gwProvider,
- required String subscriberName,
- required String? email,
- required String mobileNo,
- required String receipt,
- required String transactionPurpose,
- required String availabilityId,
- String? planId,
- required String recurringMode,
- String? pgEnv,
- String? confirmUrl,
- String? webhookUrl,
- String? checkoutUrl,
Implementation
ReferenceData({
required this.subscriberId,
required this.paymentId,
required this.providerId,
required this.amount,
required this.currency,
required this.gwProvider,
required this.subscriberName,
required this.email,
required this.mobileNo,
required this.receipt,
required this.transactionPurpose,
required this.availabilityId,
this.planId,
required this.recurringMode,
this.pgEnv,
this.confirmUrl,
this.webhookUrl,
this.checkoutUrl,
});