ThreeDSStatusData constructor

ThreeDSStatusData({
  1. bool? isLoading,
  2. String? updateDatetime,
  3. bool? isPay,
  4. bool? isAuthenticate,
  5. bool? isAuthenticateStart,
})

Implementation

ThreeDSStatusData({
  this.isLoading,
  this.updateDatetime,
  this.isPay,
  this.isAuthenticate,
  this.isAuthenticateStart,
});