Package io.stigg.api.operations.type
Class PaymentCollection
- java.lang.Object
-
- io.stigg.api.operations.type.PaymentCollection
-
- Direct Known Subclasses:
PaymentCollection.UNKNOWN__
public class PaymentCollection extends java.lang.ObjectPayment collection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentCollection.UNKNOWN__An enum value that wasn't known at compile time.
-
Field Summary
Fields Modifier and Type Field Description static PaymentCollectionACTION_REQUIREDstatic PaymentCollectionFAILEDstatic PaymentCollectionNOT_REQUIREDstatic PaymentCollectionPROCESSINGjava.lang.StringrawValuestatic com.apollographql.apollo3.api.EnumTypetype
-
Constructor Summary
Constructors Constructor Description PaymentCollection(java.lang.String rawValue)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PaymentCollectionsafeValueOf(java.lang.String rawValue)
-
-
-
Field Detail
-
type
public static com.apollographql.apollo3.api.EnumType type
-
ACTION_REQUIRED
public static PaymentCollection ACTION_REQUIRED
-
FAILED
public static PaymentCollection FAILED
-
NOT_REQUIRED
public static PaymentCollection NOT_REQUIRED
-
PROCESSING
public static PaymentCollection PROCESSING
-
rawValue
public java.lang.String rawValue
-
-
Method Detail
-
safeValueOf
public static PaymentCollection safeValueOf(java.lang.String rawValue)
-
-