-
- 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 classCheckoutPaymentBrandConfig.CREATORpublic final classCheckoutPaymentBrandConfig.Builder
-
Method Summary
Modifier and Type Method Description final CashAppPayConfiggetCashAppPayConfig()Returns config for CASH_APP_PAY. final AmazonPayConfiggetAmazonPayConfig()Returns the configuration for the AmazonPay payment brand. final VenmoPayfastConfiggetVenmoPayfastConfig()Returns the configuration for the Venmo Payfast brand. final PaypalPayfastConfiggetPaypalPayfastConfig()Returns the configuration for the Paypal Payfast brand. IntegerdescribeContents()UnitwriteToParcel(Parcel parcel, Integer flags)StringtoString()Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getCashAppPayConfig
final CashAppPayConfig getCashAppPayConfig()
Returns config for CASH_APP_PAY.
-
getAmazonPayConfig
final AmazonPayConfig getAmazonPayConfig()
Returns the configuration for the AmazonPay payment brand.
-
getVenmoPayfastConfig
final VenmoPayfastConfig getVenmoPayfastConfig()
Returns the configuration for the Venmo Payfast brand.
-
getPaypalPayfastConfig
final PaypalPayfastConfig getPaypalPayfastConfig()
Returns the configuration for the Paypal Payfast brand.
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
-
-
-