interface Price {
    id: string;
    value: Money;
}

Properties

Properties

id: string
value: Money