Package org.killbill.billing.invoice.api
Interface DryRunArguments
-
public interface DryRunArguments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscriptionEventTypegetAction()BillingActionPolicygetBillingActionPolicy()UUIDgetBundleId()DryRunTypegetDryRunType()org.joda.time.LocalDategetEffectiveDate()EntitlementSpecifiergetEntitlementSpecifier()UUIDgetSubscriptionId()
-
-
-
Method Detail
-
getDryRunType
DryRunType getDryRunType()
-
getEntitlementSpecifier
EntitlementSpecifier getEntitlementSpecifier()
-
getAction
SubscriptionEventType getAction()
-
getSubscriptionId
UUID getSubscriptionId()
-
getEffectiveDate
org.joda.time.LocalDate getEffectiveDate()
-
getBundleId
UUID getBundleId()
-
getBillingActionPolicy
BillingActionPolicy getBillingActionPolicy()
-
-