Package com.stripe.model.entitlements
Class ActiveEntitlementSummary
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.entitlements.ActiveEntitlementSummary
- All Implemented Interfaces:
- StripeObjectInterface
A summary of a customer's active entitlements.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe customer that is entitled to this feature.The list of entitlements this customer has.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.inthashCode()voidsetCustomer(String customer) The customer that is entitled to this feature.voidsetEntitlements(ActiveEntitlementCollection entitlements) The list of entitlements this customer has.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.Methods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
ActiveEntitlementSummarypublic ActiveEntitlementSummary()
 
- 
- 
Method Details- 
getCustomerThe customer that is entitled to this feature.
- 
getEntitlementsThe list of entitlements this customer has.
- 
getLivemodeHas the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.
- 
getObjectString representing the object's type. Objects of the same type share the same value.Equal to entitlements.active_entitlement_summary.
- 
setCustomerThe customer that is entitled to this feature.
- 
setEntitlementsThe list of entitlements this customer has.
- 
setLivemodeHas the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.
- 
setObjectString representing the object's type. Objects of the same type share the same value.Equal to entitlements.active_entitlement_summary.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-