CustomerBalanceTransaction constructor

CustomerBalanceTransaction({
  1. String? id,
  2. String? object,
  3. int? amount,
  4. int? created,
  5. dynamic creditNote,
  6. String? currency,
  7. dynamic customer,
  8. String? description,
  9. int? endingBalance,
  10. dynamic invoice,
  11. bool? livemode,
  12. Map<String, dynamic>? metadata,
  13. String? type,
})

Implementation

CustomerBalanceTransaction({
  this.id,
  this.object,
  this.amount,
  this.created,
  this.creditNote,
  this.currency,
  this.customer,
  this.description,
  this.endingBalance,
  this.invoice,
  this.livemode,
  this.metadata,
  this.type,
});