public class OrderConfirmApplicationContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderConfirmApplicationContext.Builder
Class to build instances of
OrderConfirmApplicationContext. |
| Constructor and Description |
|---|
OrderConfirmApplicationContext()
Default constructor.
|
OrderConfirmApplicationContext(String brandName,
String locale,
String returnUrl,
String cancelUrl,
StoredPaymentSource storedPaymentSource)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandName()
Getter for BrandName.
|
String |
getCancelUrl()
Getter for CancelUrl.
|
String |
getLocale()
Getter for Locale.
|
String |
getReturnUrl()
Getter for ReturnUrl.
|
StoredPaymentSource |
getStoredPaymentSource()
Getter for StoredPaymentSource.
|
void |
setBrandName(String brandName)
Setter for BrandName.
|
void |
setCancelUrl(String cancelUrl)
Setter for CancelUrl.
|
void |
setLocale(String locale)
Setter for Locale.
|
void |
setReturnUrl(String returnUrl)
Setter for ReturnUrl.
|
void |
setStoredPaymentSource(StoredPaymentSource storedPaymentSource)
Setter for StoredPaymentSource.
|
OrderConfirmApplicationContext.Builder |
toBuilder()
Builds a new
OrderConfirmApplicationContext.Builder object. |
String |
toString()
Converts this OrderConfirmApplicationContext into string format.
|
public OrderConfirmApplicationContext()
public OrderConfirmApplicationContext(String brandName, String locale, String returnUrl, String cancelUrl, StoredPaymentSource storedPaymentSource)
brandName - String value for brandName.locale - String value for locale.returnUrl - String value for returnUrl.cancelUrl - String value for cancelUrl.storedPaymentSource - StoredPaymentSource value for storedPaymentSource.public String getBrandName()
public void setBrandName(String brandName)
brandName - Value for Stringpublic String getLocale()
public void setLocale(String locale)
locale - Value for Stringpublic String getReturnUrl()
public void setReturnUrl(String returnUrl)
returnUrl - Value for Stringpublic String getCancelUrl()
public void setCancelUrl(String cancelUrl)
cancelUrl - Value for Stringpublic StoredPaymentSource getStoredPaymentSource()
public void setStoredPaymentSource(StoredPaymentSource storedPaymentSource)
storedPaymentSource - Value for StoredPaymentSourcepublic String toString()
public OrderConfirmApplicationContext.Builder toBuilder()
OrderConfirmApplicationContext.Builder object.
Creates the instance with the state of the current model.OrderConfirmApplicationContext.Builder objectCopyright © 2025. All rights reserved.