HideFundingMethods constructor

HideFundingMethods({
  1. String? id,
  2. String? label,
  3. String? description,
  4. Type? type,
  5. String? value,
  6. List<String>? hideFundingMethodsDefault,
  7. String? tip,
  8. String? placeholder,
  9. HideFundingMethodsOptions? options,
})

Implementation

HideFundingMethods({
  this.id,
  this.label,
  this.description,
  this.type,
  this.value,
  this.hideFundingMethodsDefault,
  this.tip,
  this.placeholder,
  this.options,
});