Package io.stigg.api.operations.type
Class BillingVendorIdentifier
- java.lang.Object
-
- io.stigg.api.operations.type.BillingVendorIdentifier
-
- Direct Known Subclasses:
BillingVendorIdentifier.UNKNOWN__
public class BillingVendorIdentifier extends java.lang.ObjectBilling vendor identifiers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBillingVendorIdentifier.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringrawValuestatic BillingVendorIdentifierSTRIPEstatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description BillingVendorIdentifier(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BillingVendorIdentifiersafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
STRIPE
public static BillingVendorIdentifier STRIPE
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static BillingVendorIdentifier safeValueOf(java.lang.String rawValue)
-
-