public static class AcceptedPaymentMethods.Builder extends Object
AcceptedPaymentMethods.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AcceptedPaymentMethods.Builder |
afterpayClearpay(Boolean afterpayClearpay)
Setter for afterpayClearpay.
|
AcceptedPaymentMethods.Builder |
applePay(Boolean applePay)
Setter for applePay.
|
AcceptedPaymentMethods |
build()
Builds a new
AcceptedPaymentMethods object using the set fields. |
AcceptedPaymentMethods.Builder |
cashAppPay(Boolean cashAppPay)
Setter for cashAppPay.
|
AcceptedPaymentMethods.Builder |
googlePay(Boolean googlePay)
Setter for googlePay.
|
public AcceptedPaymentMethods.Builder applePay(Boolean applePay)
applePay - Boolean value for applePay.public AcceptedPaymentMethods.Builder googlePay(Boolean googlePay)
googlePay - Boolean value for googlePay.public AcceptedPaymentMethods.Builder cashAppPay(Boolean cashAppPay)
cashAppPay - Boolean value for cashAppPay.public AcceptedPaymentMethods.Builder afterpayClearpay(Boolean afterpayClearpay)
afterpayClearpay - Boolean value for afterpayClearpay.public AcceptedPaymentMethods build()
AcceptedPaymentMethods object using the set fields.AcceptedPaymentMethodsCopyright © 2022. All rights reserved.