SuccessfulPayment.fromJson constructor
Creates a SuccessfulPayment object from a JSON object
Implementation
factory SuccessfulPayment.fromJson(Map<String, dynamic> json) =>
_$SuccessfulPaymentFromJson(json);
Creates a SuccessfulPayment object from a JSON object
factory SuccessfulPayment.fromJson(Map<String, dynamic> json) =>
_$SuccessfulPaymentFromJson(json);