-
- All Implemented Interfaces:
-
android.os.Parcelable
public enum CheckoutSkipCVVMode implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<CheckoutSkipCVVMode>
CREATOR
-
Enum Constant Summary
Enum Constants Enum Constant Description NEVER
ALWAYS
FOR_STORED_CARDS
-
Method Summary
Modifier and Type Method Description static CheckoutSkipCVVMode
getByName(@NonNull() String name)
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
static Array<CheckoutSkipCVVMode>
values()
static CheckoutSkipCVVMode
valueOf(String name)
-
-
Method Detail
-
getByName
@Nullable() static CheckoutSkipCVVMode getByName(@NonNull() String name)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
values
static Array<CheckoutSkipCVVMode> values()
-
valueOf
static CheckoutSkipCVVMode valueOf(String name)
-
-
-
-