Class SopPaymentDetailsWsDTO
java.lang.Object
de.hybris.platform.acceleratorwebservicesaddon.dto.payment.SopPaymentDetailsWsDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidvoidsetBillTo_city(String billTo_city) voidsetBillTo_country(String billTo_country) voidsetBillTo_customerID(String billTo_customerID) voidsetBillTo_email(String billTo_email) voidsetBillTo_firstName(String billTo_firstName) voidsetBillTo_lastName(String billTo_lastName) voidsetBillTo_phoneNumber(String billTo_phoneNumber) voidsetBillTo_postalCode(String billTo_postalCode) voidsetBillTo_state(String billTo_state) voidsetBillTo_street1(String billTo_street1) voidsetBillTo_street2(String billTo_street2) voidsetCard_accountNumber(String card_accountNumber) voidsetCard_cardType(String card_cardType) voidsetCard_cvNumber(String card_cvNumber) voidsetCard_expirationMonth(String card_expirationMonth) voidsetCard_expirationYear(String card_expirationYear) voidsetCard_issueNumber(String card_issueNumber) voidsetCard_startMonth(String card_startMonth) voidsetCard_startYear(String card_startYear) voidsetComments(String comments) voidsetCurrency(String currency) voidsetDefaultPayment(boolean defaultPayment) voidsetSavePaymentInfo(boolean savePaymentInfo) voidsetShipTo_city(String shipTo_city) voidsetShipTo_country(String shipTo_country) voidsetShipTo_firstName(String shipTo_firstName) voidsetShipTo_lastName(String shipTo_lastName) voidsetShipTo_phoneNumber(String shipTo_phoneNumber) voidsetShipTo_postalCode(String shipTo_postalCode) voidsetShipTo_shippingMethod(String shipTo_shippingMethod) voidsetShipTo_state(String shipTo_state) voidsetShipTo_street1(String shipTo_street1) voidsetShipTo_street2(String shipTo_street2) voidsetTaxAmount(String taxAmount)
-
Constructor Details
-
SopPaymentDetailsWsDTO
public SopPaymentDetailsWsDTO()
-
-
Method Details
-
setAmount
-
getAmount
-
setBillTo_city
-
getBillTo_city
-
setBillTo_country
-
getBillTo_country
-
setBillTo_customerID
-
getBillTo_customerID
-
setBillTo_email
-
getBillTo_email
-
setBillTo_firstName
-
getBillTo_firstName
-
setBillTo_lastName
-
getBillTo_lastName
-
setBillTo_phoneNumber
-
getBillTo_phoneNumber
-
setBillTo_postalCode
-
getBillTo_postalCode
-
setBillTo_state
-
getBillTo_state
-
setBillTo_street1
-
getBillTo_street1
-
setBillTo_street2
-
getBillTo_street2
-
setCard_accountNumber
-
getCard_accountNumber
-
setCard_cardType
-
getCard_cardType
-
setCard_startMonth
-
getCard_startMonth
-
setCard_startYear
-
getCard_startYear
-
setCard_issueNumber
-
getCard_issueNumber
-
setCard_cvNumber
-
getCard_cvNumber
-
setCard_expirationMonth
-
getCard_expirationMonth
-
setCard_expirationYear
-
getCard_expirationYear
-
setComments
-
getComments
-
setCurrency
-
getCurrency
-
setShipTo_city
-
getShipTo_city
-
setShipTo_country
-
getShipTo_country
-
setShipTo_firstName
-
getShipTo_firstName
-
setShipTo_lastName
-
getShipTo_lastName
-
setShipTo_phoneNumber
-
getShipTo_phoneNumber
-
setShipTo_postalCode
-
getShipTo_postalCode
-
setShipTo_shippingMethod
-
getShipTo_shippingMethod
-
setShipTo_state
-
getShipTo_state
-
setShipTo_street1
-
getShipTo_street1
-
setShipTo_street2
-
getShipTo_street2
-
setTaxAmount
-
getTaxAmount
-
setSavePaymentInfo
public void setSavePaymentInfo(boolean savePaymentInfo) -
isSavePaymentInfo
public boolean isSavePaymentInfo() -
setDefaultPayment
public void setDefaultPayment(boolean defaultPayment) -
isDefaultPayment
public boolean isDefaultPayment()
-