Class CheckoutPaymentBrandConfig
-
- 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 final classCheckoutPaymentBrandConfig.Builderpublic classCheckoutPaymentBrandConfig.CREATOR
-
Field Summary
Fields Modifier and Type Field Description public final static CheckoutPaymentBrandConfig.CREATORCREATOR
-
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.
- Returns:
CashAppPayConfig config for CASH_APP_PAY payment brand.
-
getAmazonPayConfig
final AmazonPayConfig getAmazonPayConfig()
Returns the configuration for the AmazonPay payment brand.
- Returns:
AmazonPayConfig configuration for the Amazon Pay payment brand, or null if not set.
-
getVenmoPayfastConfig
final VenmoPayfastConfig getVenmoPayfastConfig()
Returns the configuration for the Venmo Payfast brand.
- Returns:
VenmoPayfastConfig configuration for the Venmo Payfast payment brand, or null if not set.
-
getPaypalPayfastConfig
final PaypalPayfastConfig getPaypalPayfastConfig()
Returns the configuration for the Paypal Payfast brand.
- Returns:
PaypalPayfastConfig configuration for the Paypal Payfast payment brand, or null if not set.
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
-
-
-