-
- All Implemented Interfaces:
public final class CheckoutPaymentBrandConfig.Builder
-
-
Constructor Summary
Constructors Constructor Description CheckoutPaymentBrandConfig.Builder()
-
Method Summary
Modifier and Type Method Description final CheckoutPaymentBrandConfig.Builder
setCashAppPayConfig(CashAppPayConfig cashAppPayConfig)
Sets the CashAppPayConfig for CASH_APP_PAY payment brand. final CheckoutPaymentBrandConfig
build()
-
-
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.
-
build
final CheckoutPaymentBrandConfig build()
-
-
-
-