Source constructor

Source({
  1. String? id,
  2. String? object,
  3. dynamic amount,
  4. String? clientSecret,
  5. int? created,
  6. String? currency,
  7. String? flow,
  8. bool? livemode,
  9. Map<String, dynamic>? metadata,
  10. dynamic owner,
  11. dynamic receiver,
  12. dynamic statementDescriptor,
  13. SourceStatus? status,
  14. SourceType? type,
  15. String? usage,
  16. dynamic codeVerification,
  17. String? customer,
  18. dynamic redirect,
  19. dynamic sourceOrder,
})

Implementation

Source(
    {this.id,
    this.object,
    this.amount,
    this.clientSecret,
    this.created,
    this.currency,
    this.flow,
    this.livemode,
    this.metadata,
    this.owner,
    this.receiver,
    this.statementDescriptor,
    this.status,
    this.type,
    this.usage,
    this.codeVerification,
    this.customer,
    this.redirect,
    this.sourceOrder});