MFPaymentStatusRequest.fromJson constructor

MFPaymentStatusRequest.fromJson(
  1. Map<String, dynamic> json
)

Implementation

MFPaymentStatusRequest.fromJson(Map<String, dynamic> json) {
  key = json['Key'];
  keyType = json['KeyType'];
}