MFInitiateSessionRequest.fromJson constructor

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

Implementation

MFInitiateSessionRequest.fromJson(Map<String, dynamic> json) {
  customerIdentifier = json['CustomerIdentifier'];
  saveToken = json['SaveToken'];
}