public static class CheckoutOption.Builder extends Object
CheckoutOption.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CheckoutOption |
build()
Builds a new
CheckoutOption object using the set fields. |
CheckoutOption.Builder |
checkoutOptionName(String checkoutOptionName)
Setter for checkoutOptionName.
|
CheckoutOption.Builder |
checkoutOptionValue(String checkoutOptionValue)
Setter for checkoutOptionValue.
|
public CheckoutOption.Builder checkoutOptionName(String checkoutOptionName)
checkoutOptionName - String value for checkoutOptionName.public CheckoutOption.Builder checkoutOptionValue(String checkoutOptionValue)
checkoutOptionValue - String value for checkoutOptionValue.public CheckoutOption build()
CheckoutOption object using the set fields.CheckoutOptionCopyright © 2026. All rights reserved.