public class CheckoutMerchantSettingsPaymentMethods extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutMerchantSettingsPaymentMethods.Builder
Class to build instances of
CheckoutMerchantSettingsPaymentMethods. |
| Constructor and Description |
|---|
CheckoutMerchantSettingsPaymentMethods(CheckoutMerchantSettingsPaymentMethodsPaymentMethod applePay,
CheckoutMerchantSettingsPaymentMethodsPaymentMethod googlePay,
CheckoutMerchantSettingsPaymentMethodsPaymentMethod cashApp,
CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay afterpayClearpay)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay |
getAfterpayClearpay()
Getter for AfterpayClearpay.
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
getApplePay()
Getter for ApplePay.
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
getCashApp()
Getter for CashApp.
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod |
getGooglePay()
Getter for GooglePay.
|
int |
hashCode() |
CheckoutMerchantSettingsPaymentMethods.Builder |
toBuilder()
Builds a new
CheckoutMerchantSettingsPaymentMethods.Builder object. |
String |
toString()
Converts this CheckoutMerchantSettingsPaymentMethods into string format.
|
public CheckoutMerchantSettingsPaymentMethods(CheckoutMerchantSettingsPaymentMethodsPaymentMethod applePay, CheckoutMerchantSettingsPaymentMethodsPaymentMethod googlePay, CheckoutMerchantSettingsPaymentMethodsPaymentMethod cashApp, CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay afterpayClearpay)
applePay - CheckoutMerchantSettingsPaymentMethodsPaymentMethod value for applePay.googlePay - CheckoutMerchantSettingsPaymentMethodsPaymentMethod value for googlePay.cashApp - CheckoutMerchantSettingsPaymentMethodsPaymentMethod value for cashApp.afterpayClearpay - CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay value for
afterpayClearpay.public CheckoutMerchantSettingsPaymentMethodsPaymentMethod getApplePay()
public CheckoutMerchantSettingsPaymentMethodsPaymentMethod getGooglePay()
public CheckoutMerchantSettingsPaymentMethodsPaymentMethod getCashApp()
public CheckoutMerchantSettingsPaymentMethodsAfterpayClearpay getAfterpayClearpay()
public String toString()
public CheckoutMerchantSettingsPaymentMethods.Builder toBuilder()
CheckoutMerchantSettingsPaymentMethods.Builder object.
Creates the instance with the state of the current model.CheckoutMerchantSettingsPaymentMethods.Builder objectCopyright © 2024. All rights reserved.