Class CommerceCheckoutParameter
- java.lang.Object
-
- de.hybris.platform.commerceservices.service.data.CommerceCheckoutParameter
-
- All Implemented Interfaces:
java.io.Serializable
public class CommerceCheckoutParameter extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommerceCheckoutParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressModelgetAddress()java.math.BigDecimalgetAuthorizationAmount()CartModelgetCart()DeliveryModeModelgetDeliveryMode()PaymentInfoModelgetPaymentInfo()java.lang.StringgetPaymentProvider()SalesApplicationgetSalesApplication()java.lang.StringgetSecurityCode()booleanisEnableHooks()booleanisIsDeliveryAddress()voidsetAddress(AddressModel address)voidsetAuthorizationAmount(java.math.BigDecimal authorizationAmount)voidsetCart(CartModel cart)voidsetDeliveryMode(DeliveryModeModel deliveryMode)voidsetEnableHooks(boolean enableHooks)voidsetIsDeliveryAddress(boolean isDeliveryAddress)voidsetPaymentInfo(PaymentInfoModel paymentInfo)voidsetPaymentProvider(java.lang.String paymentProvider)voidsetSalesApplication(SalesApplication salesApplication)voidsetSecurityCode(java.lang.String securityCode)
-
-
-
Method Detail
-
setCart
public void setCart(CartModel cart)
-
getCart
public CartModel getCart()
-
setAddress
public void setAddress(AddressModel address)
-
getAddress
public AddressModel getAddress()
-
setIsDeliveryAddress
public void setIsDeliveryAddress(boolean isDeliveryAddress)
-
isIsDeliveryAddress
public boolean isIsDeliveryAddress()
-
setDeliveryMode
public void setDeliveryMode(DeliveryModeModel deliveryMode)
-
getDeliveryMode
public DeliveryModeModel getDeliveryMode()
-
setPaymentInfo
public void setPaymentInfo(PaymentInfoModel paymentInfo)
-
getPaymentInfo
public PaymentInfoModel getPaymentInfo()
-
setSecurityCode
public void setSecurityCode(java.lang.String securityCode)
-
getSecurityCode
public java.lang.String getSecurityCode()
-
setPaymentProvider
public void setPaymentProvider(java.lang.String paymentProvider)
-
getPaymentProvider
public java.lang.String getPaymentProvider()
-
setAuthorizationAmount
public void setAuthorizationAmount(java.math.BigDecimal authorizationAmount)
-
getAuthorizationAmount
public java.math.BigDecimal getAuthorizationAmount()
-
setSalesApplication
public void setSalesApplication(SalesApplication salesApplication)
-
getSalesApplication
public SalesApplication getSalesApplication()
-
setEnableHooks
public void setEnableHooks(boolean enableHooks)
-
isEnableHooks
public boolean isEnableHooks()
-
-