ReferenceData class
Constructors
- 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})
-
ReferenceData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → String
-
final
- availabilityId → String
-
final
- checkoutUrl → String?
-
final
- confirmUrl → String?
-
final
- currency → String
-
final
- email → String?
-
final
- gwProvider → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mobileNo → String
-
final
- paymentId → int
-
final
- pgEnv → String?
-
final
- planId → String?
-
final
- providerId → String
-
final
- receipt → String
-
final
- recurringMode → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriberId → String
-
final
- subscriberName → String
-
final
- transactionPurpose → String
-
final
- webhookUrl → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited