Package com.stripe.model.v2.reporting
Class Report.Parameter
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.reporting.Report.Parameter
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Report
For more details about Parameter, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ArrayDetails, please refer to the API Reference.static class
For more details about EnumDetails, please refer to the API Reference.static class
For more details about TimestampDetails, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
int
hashCode()
void
setArrayDetails
(Report.Parameter.ArrayDetails arrayDetails) void
setDescription
(String description) void
setEnumDetails
(Report.Parameter.EnumDetails enumDetails) void
setRequired
(Boolean required) void
setTimestampDetails
(Report.Parameter.TimestampDetails timestampDetails) void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details