public class CheckoutOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckoutOption.Builder
Class to build instances of
CheckoutOption. |
| Constructor and Description |
|---|
CheckoutOption()
Default constructor.
|
CheckoutOption(String checkoutOptionName,
String checkoutOptionValue)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckoutOptionName()
Getter for CheckoutOptionName.
|
String |
getCheckoutOptionValue()
Getter for CheckoutOptionValue.
|
void |
setCheckoutOptionName(String checkoutOptionName)
Setter for CheckoutOptionName.
|
void |
setCheckoutOptionValue(String checkoutOptionValue)
Setter for CheckoutOptionValue.
|
CheckoutOption.Builder |
toBuilder()
Builds a new
CheckoutOption.Builder object. |
String |
toString()
Converts this CheckoutOption into string format.
|
public String getCheckoutOptionName()
public void setCheckoutOptionName(String checkoutOptionName)
checkoutOptionName - Value for Stringpublic String getCheckoutOptionValue()
public void setCheckoutOptionValue(String checkoutOptionValue)
checkoutOptionValue - Value for Stringpublic String toString()
public CheckoutOption.Builder toBuilder()
CheckoutOption.Builder object.
Creates the instance with the state of the current model.CheckoutOption.Builder objectCopyright © 2026. All rights reserved.