| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder.build()
Builds a new
CheckoutMerchantSettingsPaymentMethodsPaymentMethod object using the
set fields. |
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
CheckoutMerchantSettingsPaymentMethods.getApplePay()
Getter for ApplePay.
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
CheckoutMerchantSettingsPaymentMethods.getCashApp()
Getter for CashApp.
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
CheckoutMerchantSettingsPaymentMethods.getGooglePay()
Getter for GooglePay.
|
| Modifier and Type | Method and Description |
|---|---|
CheckoutMerchantSettingsPaymentMethods.Builder |
CheckoutMerchantSettingsPaymentMethods.Builder.applePay(CheckoutMerchantSettingsPaymentMethodsPaymentMethod applePay)
Setter for applePay.
|
CheckoutMerchantSettingsPaymentMethods.Builder |
CheckoutMerchantSettingsPaymentMethods.Builder.cashApp(CheckoutMerchantSettingsPaymentMethodsPaymentMethod cashApp)
Setter for cashApp.
|
CheckoutMerchantSettingsPaymentMethods.Builder |
CheckoutMerchantSettingsPaymentMethods.Builder.googlePay(CheckoutMerchantSettingsPaymentMethodsPaymentMethod googlePay)
Setter for googlePay.
|
| Constructor and Description |
|---|
CheckoutMerchantSettingsPaymentMethods(CheckoutMerchantSettingsPaymentMethodsPaymentMethod applePay,
CheckoutMerchantSettingsPaymentMethodsPaymentMethod googlePay,
CheckoutMerchantSettingsPaymentMethodsPaymentMethod cashApp,
CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay afterpayClearpay)
Initialization constructor.
|
Copyright © 2024. All rights reserved.