> + * limitations under the License.
> + */
> +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;

Why is `amount` a String and `discountAmount` a double? Could we expose 
something more consistent in the builder/getters?

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

Reply via email to