CustomerPaymentData.fromJson constructor
CustomerPaymentData.fromJson(
- dynamic json
Implementation
CustomerPaymentData.fromJson(dynamic json) {
paymentStatus = json['payment_status'];
}
CustomerPaymentData.fromJson(dynamic json) {
paymentStatus = json['payment_status'];
}