CustomerPaymentData.fromJson constructor

CustomerPaymentData.fromJson(
  1. dynamic json
)

Implementation

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