-
- All Implemented Interfaces:
-
android.os.Parcelable.Creator
public class CheckoutPaymentBrandConfig.CREATOR implements Parcelable.Creator<CheckoutPaymentBrandConfig>
-
-
Field Summary
Fields Modifier and Type Field Description public final static CheckoutPaymentBrandConfig.CREATOR
INSTANCE
-
Method Summary
Modifier and Type Method Description CheckoutPaymentBrandConfig
createFromParcel(Parcel parcel)
Array<CheckoutPaymentBrandConfig>
newArray(Integer size)
-
-
Method Detail
-
createFromParcel
CheckoutPaymentBrandConfig createFromParcel(Parcel parcel)
-
newArray
Array<CheckoutPaymentBrandConfig> newArray(Integer size)
-
-
-
-