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