CollectPayment constructor

CollectPayment({
  1. String? id,
  2. String? value,
  3. bool? amount,
  4. bool? formatAmount,
  5. String? label,
  6. String? fieldMappingKey,
  7. String? currency,
  8. bool? unique,
  9. Configs? configs,
  10. String? fieldType,
})

Implementation

CollectPayment(
    {this.id,
    this.value,
    this.amount,
    this.formatAmount,
    this.label,
    this.fieldMappingKey,
    this.currency,
    this.unique,
    this.configs,
    this.fieldType});