Meta constructor

Meta({
  1. String? id,
  2. String? object,
  3. String? currency,
  4. CustomerDetails? customerDetails,
})

Implementation

Meta({
  this.id,
  this.object,
  this.currency,
  this.customerDetails,
});