public static class OrderConfirmApplicationContext.Builder extends Object
OrderConfirmApplicationContext.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OrderConfirmApplicationContext.Builder |
brandName(String brandName)
Setter for brandName.
|
OrderConfirmApplicationContext |
build()
Builds a new
OrderConfirmApplicationContext object using the set fields. |
OrderConfirmApplicationContext.Builder |
cancelUrl(String cancelUrl)
Setter for cancelUrl.
|
OrderConfirmApplicationContext.Builder |
locale(String locale)
Setter for locale.
|
OrderConfirmApplicationContext.Builder |
returnUrl(String returnUrl)
Setter for returnUrl.
|
OrderConfirmApplicationContext.Builder |
storedPaymentSource(StoredPaymentSource storedPaymentSource)
Setter for storedPaymentSource.
|
public OrderConfirmApplicationContext.Builder brandName(String brandName)
brandName - String value for brandName.public OrderConfirmApplicationContext.Builder locale(String locale)
locale - String value for locale.public OrderConfirmApplicationContext.Builder returnUrl(String returnUrl)
returnUrl - String value for returnUrl.public OrderConfirmApplicationContext.Builder cancelUrl(String cancelUrl)
cancelUrl - String value for cancelUrl.public OrderConfirmApplicationContext.Builder storedPaymentSource(StoredPaymentSource storedPaymentSource)
storedPaymentSource - StoredPaymentSource value for storedPaymentSource.public OrderConfirmApplicationContext build()
OrderConfirmApplicationContext object using the set fields.OrderConfirmApplicationContextCopyright © 2025. All rights reserved.