Package com.stripe.model.billing
Class MeterErrorReport.Reason
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billing.MeterErrorReport.Reason
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- MeterErrorReport
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The number of errors generated.More information about errors.int
hashCode()
void
setErrorCount
(Long errorCount) The number of errors generated.void
setErrorTypes
(List<MeterErrorReport.Reason.ErrorType> errorTypes) More information about errors.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Reason
public Reason()
-
-
Method Details