Class BillingLegacyResponse
java.lang.Object
com.iland.core.web.rest.response.billing.BillingLegacyResponse
Helper for UI developers to determine if whether or not an ORG or VDC has
had legacy billing at any point in the past?
- Author:
- Julien Anguenot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDoes the entity has legacy billing?
-
Constructor Details
-
BillingLegacyResponse
public BillingLegacyResponse(boolean hasLegacyBilling)
-
-
Method Details
-
isHasLegacyBilling
public boolean isHasLegacyBilling()Does the entity has legacy billing?- Returns:
- true or false
-