Price constructor
Price({})
Implementation
Price({
required this.object,
required this.id,
required this.active,
required this.currency,
required this.product,
required this.type,
required this.unitAmount,
});