PaymentCollection constructor

PaymentCollection({
  1. String? id,
  2. String? value,
  3. bool? amount,
  4. bool? formatAmount,
  5. String? label,
  6. String? fieldMappingKey,
  7. String? fieldType,
})

Implementation

PaymentCollection(
    {this.id,
    this.value,
    this.amount,
    this.formatAmount,
    this.label,
    this.fieldMappingKey,
    this.fieldType});