Meta constructor
- String? id,
- String? object,
- String? currency,
- CustomerDetails? customerDetails,
Implementation
Meta({
this.id,
this.object,
this.currency,
this.customerDetails,
});
Meta({
this.id,
this.object,
this.currency,
this.customerDetails,
});