HoverAction constructor
HoverAction({
- int? id,
- String? publicId,
- String? name,
- int? channelId,
- String? networkName,
- String? countryAlpha2,
- String? rootCode,
- String? transportType,
- String? transactionType,
- int? fromInstitutionId,
- String? fromInstitutionName,
- String? fromInstitutionLogo,
- int? toInstitutionId,
- String? toInstitutionName,
- String? toInstitutionLogo,
- String? toCountryAlpha2,
- int? createdTimestamp,
- int? updatedTimestamp,
- int? bountyAmount,
- bool? bountyIsOpen,
- bool? isReady,
- int? bonusPercent,
- String? bonusMessage,
- List? hniList,
- List? customSteps,
- List? tagsList,
- Map<
String, dynamic> ? requiredParams, - Map<
String, dynamic> ? outputParams,
Implementation
HoverAction({
this.id,
this.publicId,
this.name,
this.channelId,
this.networkName,
this.countryAlpha2,
this.rootCode,
this.transportType,
this.transactionType,
this.fromInstitutionId,
this.fromInstitutionName,
this.fromInstitutionLogo,
this.toInstitutionId,
this.toInstitutionName,
this.toInstitutionLogo,
this.toCountryAlpha2,
this.createdTimestamp,
this.updatedTimestamp,
this.bountyAmount,
this.bountyIsOpen,
this.isReady,
this.bonusPercent,
this.bonusMessage,
this.hniList,
this.customSteps,
this.tagsList,
this.requiredParams,
this.outputParams,
});