public class CheckoutLocationSettingsCoupons extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutLocationSettingsCoupons.Builder
Class to build instances of
CheckoutLocationSettingsCoupons. |
| Modifier | Constructor and Description |
|---|---|
|
CheckoutLocationSettingsCoupons(Boolean enabled)
Initialization constructor.
|
protected |
CheckoutLocationSettingsCoupons(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.
|
CheckoutLocationSettingsCoupons.Builder |
toBuilder()
Builds a new
CheckoutLocationSettingsCoupons.Builder object. |
String |
toString()
Converts this CheckoutLocationSettingsCoupons into string format.
|
public CheckoutLocationSettingsCoupons(Boolean enabled)
enabled - Boolean value for enabled.protected CheckoutLocationSettingsCoupons(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 CheckoutLocationSettingsCoupons.Builder toBuilder()
CheckoutLocationSettingsCoupons.Builder object.
Creates the instance with the state of the current model.CheckoutLocationSettingsCoupons.Builder objectCopyright © 2024. All rights reserved.