CheckSuccessBody constructor

CheckSuccessBody({
  1. required String code,
  2. required String checkId,
  3. required String? referenceId,
})

Implementation

CheckSuccessBody({
  required this.code,
  required this.checkId,
  required this.referenceId,
});