public class CheckoutMerchantSettingsPaymentMethodsPaymentMethod extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder
Class to build instances of
CheckoutMerchantSettingsPaymentMethodsPaymentMethod. |
| Modifier | Constructor and Description |
|---|---|
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod(Boolean enabled)
Initialization constructor.
|
protected |
CheckoutMerchantSettingsPaymentMethodsPaymentMethod(io.apimatic.core.types.OptionalNullable<Boolean> enabled)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Getter for Enabled.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetEnabled()
Internal Getter for Enabled.
|
CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder |
toBuilder()
Builds a new
CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder object. |
String |
toString()
Converts this CheckoutMerchantSettingsPaymentMethodsPaymentMethod into string format.
|
public CheckoutMerchantSettingsPaymentMethodsPaymentMethod(Boolean enabled)
enabled - Boolean value for enabled.protected CheckoutMerchantSettingsPaymentMethodsPaymentMethod(io.apimatic.core.types.OptionalNullable<Boolean> enabled)
enabled - Boolean value for enabled.protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetEnabled()
public Boolean getEnabled()
public String toString()
public CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder toBuilder()
CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder object.
Creates the instance with the state of the current model.CheckoutMerchantSettingsPaymentMethodsPaymentMethod.Builder objectCopyright © 2024. All rights reserved.