> + */
> +package org.jclouds.cloudsigma2.domain;
> +
> +import javax.inject.Named;
> +import java.beans.ConstructorProperties;
> +import java.util.Date;
> +
> +/**
> + * @author Vladimir Shevchenko
> + */
> +public class CalcSubscription {
> +
> +   public static class Builder {
> +      private String amount;
> +      private double discountAmount;
> +      private double discountPercent;

@demobox 
All these values are from the server. We should pass them as is, without 
validation/transfomration, because they represent some business logic about 
rounding costs.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/41/files#r7976588

Reply via email to