CreateTokenResponse constructor

CreateTokenResponse({
  1. bool? success,
  2. Result? result,
  3. String? merchantReference,
  4. String? signature,
})

Implementation

CreateTokenResponse({this.success,this.result, this.merchantReference, this.signature});