public class CheckoutLocationSettingsBranding extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutLocationSettingsBranding.Builder
Class to build instances of
CheckoutLocationSettingsBranding. |
| Modifier | Constructor and Description |
|---|---|
protected |
CheckoutLocationSettingsBranding(String headerType,
io.apimatic.core.types.OptionalNullable<String> buttonColor,
String buttonShape)
Initialization constructor.
|
|
CheckoutLocationSettingsBranding(String headerType,
String buttonColor,
String buttonShape)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getButtonColor()
Getter for ButtonColor.
|
String |
getButtonShape()
Getter for ButtonShape.
|
String |
getHeaderType()
Getter for HeaderType.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetButtonColor()
Internal Getter for ButtonColor.
|
CheckoutLocationSettingsBranding.Builder |
toBuilder()
Builds a new
CheckoutLocationSettingsBranding.Builder object. |
String |
toString()
Converts this CheckoutLocationSettingsBranding into string format.
|
public CheckoutLocationSettingsBranding(String headerType, String buttonColor, String buttonShape)
headerType - String value for headerType.buttonColor - String value for buttonColor.buttonShape - String value for buttonShape.protected CheckoutLocationSettingsBranding(String headerType, io.apimatic.core.types.OptionalNullable<String> buttonColor, String buttonShape)
headerType - String value for headerType.buttonColor - String value for buttonColor.buttonShape - String value for buttonShape.public String getHeaderType()
protected io.apimatic.core.types.OptionalNullable<String> internalGetButtonColor()
public String getButtonColor()
public String getButtonShape()
public String toString()
public CheckoutLocationSettingsBranding.Builder toBuilder()
CheckoutLocationSettingsBranding.Builder object.
Creates the instance with the state of the current model.CheckoutLocationSettingsBranding.Builder objectCopyright © 2024. All rights reserved.