fromJson static method

Implementation

static GetnetStatusPaymentPayload fromJson(Map map) {
  return GetnetStatusPaymentPayload(
    callerId: map['callerId'],
    allowPrintCurrentTransaction: map['allowPrintCurrentTransaction'],
  );
}