public static class OrderApplicationContext.Builder extends Object
OrderApplicationContext.| Constructor and Description |
|---|
Builder() |
public OrderApplicationContext.Builder brandName(String brandName)
brandName - String value for brandName.public OrderApplicationContext.Builder locale(String locale)
locale - String value for locale.public OrderApplicationContext.Builder landingPage(OrderApplicationContextLandingPage landingPage)
landingPage - OrderApplicationContextLandingPage value for landingPage.public OrderApplicationContext.Builder shippingPreference(OrderApplicationContextShippingPreference shippingPreference)
shippingPreference - OrderApplicationContextShippingPreference value for
shippingPreference.public OrderApplicationContext.Builder userAction(OrderApplicationContextUserAction userAction)
userAction - OrderApplicationContextUserAction value for userAction.public OrderApplicationContext.Builder paymentMethod(PaymentMethodPreference paymentMethod)
paymentMethod - PaymentMethodPreference value for paymentMethod.public OrderApplicationContext.Builder returnUrl(String returnUrl)
returnUrl - String value for returnUrl.public OrderApplicationContext.Builder cancelUrl(String cancelUrl)
cancelUrl - String value for cancelUrl.public OrderApplicationContext.Builder storedPaymentSource(StoredPaymentSource storedPaymentSource)
storedPaymentSource - StoredPaymentSource value for storedPaymentSource.public OrderApplicationContext build()
OrderApplicationContext object using the set fields.OrderApplicationContextCopyright © 2025. All rights reserved.