interface ConfigurationUpdate {
    currency?: string;
    totalPrice?: number;
}

Properties

currency?: string

ISO 4217 currency code.

totalPrice?: number

Total price of the configuration.