Source constructor

Source({
  1. String? id,
  2. num? amount,
  3. String? clientSecret,
  4. num? created,
  5. String? currency,
  6. String? flow,
  7. String? sourceId,
  8. bool? livemode,
  9. Map<String, dynamic>? metadata,
  10. String? statementDescriptor,
  11. String? status,
  12. String? usage,
})

Implementation

Source(
    {this.id,
    this.amount,
    this.clientSecret,
    this.created,
    this.currency,
    this.flow,
    this.sourceId,
    this.livemode,
    this.metadata,
    // this.owner,
    this.statementDescriptor,
    this.status,
    this.usage});