Package io.stigg.api.operations.type
Class BillingVendorIdentifier.UNKNOWN__
- java.lang.Object
-
- io.stigg.api.operations.type.BillingVendorIdentifier
-
- io.stigg.api.operations.type.BillingVendorIdentifier.UNKNOWN__
-
- Enclosing class:
- BillingVendorIdentifier
public static class BillingVendorIdentifier.UNKNOWN__ extends BillingVendorIdentifier
An enum value that wasn't known at compile time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.stigg.api.operations.type.BillingVendorIdentifier
BillingVendorIdentifier.UNKNOWN__
-
-
Field Summary
-
Fields inherited from class io.stigg.api.operations.type.BillingVendorIdentifier
rawValue, STRIPE, type
-
-
Constructor Summary
Constructors Constructor Description UNKNOWN__(java.lang.String rawValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class io.stigg.api.operations.type.BillingVendorIdentifier
safeValueOf
-
-