Source constructor

Source({
  1. String? object,
  2. Receiver? receiver,
  3. AchCreditTransfer? achCreditTransfer,
  4. num? amount,
  5. String? clientSecret,
  6. num? created,
  7. String? currency,
  8. String? flow,
  9. String? sourceId,
  10. bool? livemode,
  11. Map? metadata,
  12. Owner? owner,
  13. String? statementDescriptor,
  14. String? status,
  15. String? type,
  16. String? usage,
})

Implementation

Source(
    {this.object,
    this.receiver,
    this.achCreditTransfer,
    this.amount,
    this.clientSecret,
    this.created,
    this.currency,
    this.flow,
    this.sourceId,
    this.livemode,
    this.metadata,
    this.owner,
    this.statementDescriptor,
    this.status,
    this.type,
    this.usage});