-
- All Implemented Interfaces:
public final class CheckoutPaymentBrandConfig.Builder
-
-
Constructor Summary
Constructors Constructor Description CheckoutPaymentBrandConfig.Builder()
-
Method Summary
Modifier and Type Method Description final CheckoutPaymentBrandConfig.BuildersetCashAppPayConfig(CashAppPayConfig cashAppPayConfig)Sets the CashAppPayConfig for CASH_APP_PAY payment brand. final CheckoutPaymentBrandConfig.BuildersetAmazonPayConfig(AmazonPayConfig amazonPayConfig)Sets the AmazonPayConfig for AmazonPay payment brand. final CheckoutPaymentBrandConfig.BuildersetPaypalPayfastConfig(PaypalPayfastConfig paypalPayfastConfig)Sets the PaypalPayfastConfig for Paypal Payfast payment brand. final CheckoutPaymentBrandConfig.BuildersetVenmoPayfastConfig(VenmoPayfastConfig venmoPayfastConfig)Sets the VenmoPayfastConfig for Venmo Payfast payment brand. final CheckoutPaymentBrandConfigbuild()-
-
Method Detail
-
setCashAppPayConfig
final CheckoutPaymentBrandConfig.Builder setCashAppPayConfig(CashAppPayConfig cashAppPayConfig)
Sets the CashAppPayConfig for CASH_APP_PAY payment brand.
- Parameters:
cashAppPayConfig- config for CASH_APP_PAY payment brand.
-
setAmazonPayConfig
final CheckoutPaymentBrandConfig.Builder setAmazonPayConfig(AmazonPayConfig amazonPayConfig)
Sets the AmazonPayConfig for AmazonPay payment brand.
- Parameters:
amazonPayConfig- config for AmazonPay payment brand.
-
setPaypalPayfastConfig
final CheckoutPaymentBrandConfig.Builder setPaypalPayfastConfig(PaypalPayfastConfig paypalPayfastConfig)
Sets the PaypalPayfastConfig for Paypal Payfast payment brand.
- Parameters:
paypalPayfastConfig- config for Paypal Payfast payment brand.
-
setVenmoPayfastConfig
final CheckoutPaymentBrandConfig.Builder setVenmoPayfastConfig(VenmoPayfastConfig venmoPayfastConfig)
Sets the VenmoPayfastConfig for Venmo Payfast payment brand.
- Parameters:
venmoPayfastConfig- config for Venmo Payfast payment brand.
-
build
final CheckoutPaymentBrandConfig build()
-
-
-
-