MFInitiateSessionRequest constructor

MFInitiateSessionRequest({
  1. String? customerIdentifier,
  2. bool? saveToken,
  3. bool? isRecurring,
})

Implementation

MFInitiateSessionRequest(
    {this.customerIdentifier, this.saveToken, this.isRecurring});