Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration constructor

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration({
  1. Enum$WalletTypeEnum? walletType,
  2. Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration$wallet? wallet,
  3. String? amount,
  4. String $__typename = 'RemunerationDtoType',
})

Implementation

Query$getWidgetIntegrationByTarget$getWidgetIntegrationByTarget$actions$remuneration({
  this.walletType,
  this.wallet,
  this.amount,
  this.$__typename = 'RemunerationDtoType',
});