> +import java.util.Date;
> +
> +/**
> + * @author Vladimir Shevchenko
> + */
> +public class CalcSubscription {
> +
> + public static class Builder {
> + private String amount;
> + private double discountAmount;
> + private double discountPercent;
> + private Date endTime;
> + private String period;
> + private double price;
> + private SubscriptionResource resource;
> + private Date startTime;
Ordering? Have `startTime` and `endTime` together?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/41/files#r7976342