PaymentData constructor

PaymentData({
  1. String? id,
  2. String? name,
  3. String? label,
  4. String? classNames,
  5. bool? defaultSelected,
  6. String? selectType,
  7. List<Attributes>? attributes,
  8. Configs? configs,
  9. bool? isExclusive,
  10. String? componentType,
  11. String? componentKey,
})

Implementation

PaymentData(
    {this.id,
      this.name,
      this.label,
      this.classNames,
      this.defaultSelected,
      this.selectType,
      this.attributes,
      this.configs,
      this.isExclusive,
      this.componentType,
      this.componentKey});