Transfer constructor

Transfer({
  1. String? id,
  2. int? amount,
  3. dynamic balanceTransaction,
  4. int? created,
  5. String? currency,
  6. String? description,
  7. int? amountReversed,
  8. dynamic destination,
  9. dynamic destinationPayment,
  10. bool? livemode,
  11. Map<String, dynamic>? metadata,
  12. String? object,
  13. Reversals? reversals,
  14. bool? reversed,
  15. dynamic sourceTransaction,
  16. String? sourceType,
  17. String? transferGroup,
})

Implementation

Transfer(
    {this.id,
    this.amount,
    this.balanceTransaction,
    this.created,
    this.currency,
    this.description,
    this.amountReversed,
    this.destination,
    this.destinationPayment,
    this.livemode,
    this.metadata,
    this.object,
    this.reversals,
    this.reversed,
    this.sourceTransaction,
    this.sourceType,
    this.transferGroup});