ECommercePrice constructor
const
ECommercePrice({
- required ECommerceAmount fiat,
- List<
ECommerceAmount> ? internalComponents,
Creates an object with information about the price of the product. fiat
is a required parameter.
Implementation
const ECommercePrice({required this.fiat, this.internalComponents});