-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CheckoutPaymentBrandConfig implements Parcelable
It helps in creating brandConfigs for the payment brands. Refer docs, if you need to set or not for a payment brand. Use CheckoutPaymentBrandConfig.Builder to set the payment brand configs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CheckoutPaymentBrandConfig.CREATOR
public final class
CheckoutPaymentBrandConfig.Builder
-
Method Summary
Modifier and Type Method Description final CashAppPayConfig
getCashAppPayConfig()
Returns config for CASH_APP_PAY. Integer
describeContents()
Unit
writeToParcel(Parcel parcel, Integer flags)
String
toString()
Boolean
equals(Object other)
Integer
hashCode()
-
-
Method Detail
-
getCashAppPayConfig
final CashAppPayConfig getCashAppPayConfig()
Returns config for CASH_APP_PAY.
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
-
-
-