|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j2ee.blueprints.ui.shopping.BuyNowPostData
public class BuyNowPostData
Constructor Summary | |
---|---|
BuyNowPostData()
Creates a new instance of BuyNowPostData |
Method Summary | |
---|---|
java.math.BigDecimal |
getAdditionalItemShippingCost()
Returns the cost of shipping each additional item. |
java.lang.String |
getContinueLabel()
Returns the text for the Continue button on the PayPal Payment Complete page This property is an alias for Pay Pal attribute cbt . |
java.lang.String |
getCurrencyCode()
Returns the currency in which the monetary variables are denoted This property is an alias for Pay Pal attribute currency_code |
java.lang.String |
getFirstOptionFieldName()
Returns first option field name. |
java.lang.String |
getFirstOptionFieldValue()
Returns first option field value. |
java.math.BigDecimal |
getHandlingCost()
Returns the handling charges. |
java.lang.String |
getHeaderBgColor()
Returns the background color for the header of the payment page. |
java.lang.String |
getHeaderBorderColor()
Returns the border color around the header of the payment page. |
java.lang.String |
getHeaderPayFlowColor()
Returns the background color for the payment page below the header. |
java.lang.String |
getInvoiceNumber()
Returns the passthrough variable you can use to identify your invoice number for this purchase. |
java.lang.String |
getItemNumber()
Returns the value of itemNumber. |
java.lang.String |
getNoteFieldLabel()
Returns the label above the note field. |
java.lang.String |
getPageStyle()
Returns the Custom Payment Page Style for payment pages associated with the BuyNow button. |
java.lang.String |
getPaymentPageBgColor()
Returns the background color of your payment pages. |
java.lang.String |
getPaymentPageHeaderImage()
Returns the image at the top left of the payment page. |
java.lang.String |
getPromptPaymentNote()
Returns whether to prompt customer to include a note with payment This property is an alias for Pay Pal attribute no_note . |
java.lang.String |
getPromptShippingAddress()
Returns whether to prompt customer for shipping address. |
java.lang.String |
getSecondOptionFieldName()
Returns second option field name. |
java.lang.String |
getSecondOptionFieldValue()
Returns second option field value. |
java.math.BigDecimal |
getShippingCost()
Returns the cost of shipping an item if you have enabled item-specific shipping costs. |
java.lang.String |
getSubmissionMethod()
Returns the return method GET or POST This property is an alias for Pay Pal attribute rm |
java.math.BigDecimal |
getTax()
Returns transaction-based tax override variable This property is an alias for Pay Pal attribute tax |
java.lang.String |
getUndefinedQuantity()
Returns whether to allows buyer to specify the quantity. |
void |
setAdditionalItemShippingCost(java.math.BigDecimal additionalItemShippingCost)
Sets the cost of shipping each additional item. |
void |
setContinueLabel(java.lang.String continueLabel)
Sets the text for the Continue button on the PayPal Payment Complete page This property is an alias for Pay Pal attribute cbt . |
void |
setCurrencyCode(java.lang.String currencyCode)
Sets the currency in which the monetary variables are denoted This property is an alias for Pay Pal attribute currency_code |
void |
setFirstOptionFieldName(java.lang.String firstOptionFieldName)
Sets the first option field name. |
void |
setFirstOptionFieldValue(java.lang.String firstOptionFieldValue)
Sets the first option field value. |
void |
setHandlingCost(java.math.BigDecimal handlingCost)
Sets the handling charges. |
void |
setHeaderBgColor(java.lang.String headerBgColor)
Sets the background color for the header of the payment page. |
void |
setHeaderBorderColor(java.lang.String headerBorderColor)
Sets the border color around the header of the payment page. |
void |
setHeaderPayFlowColor(java.lang.String headerPayFlowColor)
Sets the background color for the payment page below the header. |
void |
setInvoiceNumber(java.lang.String invoiceNumber)
Sets the passthrough variable you can use to identify your invoice number for this purchase. |
void |
setItemNumber(java.lang.String itemNumber)
Sets the value of itemNumber. |
void |
setNoteFieldLabel(java.lang.String noteFieldLabel)
Sets the label above the note field. |
void |
setPageStyle(java.lang.String pageStyle)
Sets the Custom Payment Page Style for payment pages associated with the BuyNow button. |
void |
setPaymentPageBgColor(java.lang.String paymentPageBgColor)
Sets the background color of your payment pages. |
void |
setPaymentPageHeaderImage(java.lang.String paymentPageHeaderImage)
Sets the image at the top left of the payment page. |
void |
setPromptPaymentNote(java.lang.String promptPaymentNote)
Sets whether to prompt customer to include a note with payment This property is an alias for Pay Pal attribute no_note . |
void |
setPromptShippingAddress(java.lang.String promptShippingAddress)
Sets whether to prompt customer for shipping address. |
void |
setSecondOptionFieldName(java.lang.String secondOptionFieldName)
Sets second option field name. |
void |
setSecondOptionFieldValue(java.lang.String secondOptionFieldValue)
Sets second option field value. |
void |
setShippingCost(java.math.BigDecimal shippingCost)
Sets the cost of shipping an item if you have enabled item-specific shipping costs. |
void |
setSubmissionMethod(java.lang.String submissionMethod)
Sets the return method GET or POST This property is an alias for Pay Pal attribute rm |
void |
setTax(java.math.BigDecimal tax)
Sets transaction-based tax override variable This property is an alias for Pay Pal attribute tax |
void |
setUndefinedQuantity(java.lang.String undefinedQuantity)
Sets whether to allows buyer to specify the quantity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuyNowPostData()
Method Detail |
---|
public java.lang.String getItemNumber()
public void setItemNumber(java.lang.String itemNumber)
item_number
.
public java.lang.String getUndefinedQuantity()
undefined_quantity
.
public void setUndefinedQuantity(java.lang.String undefinedQuantity)
undefined_quantity
.
Passing a non null value to this method will cause the field to be posted
to PayPal.
public java.lang.String getFirstOptionFieldName()
on0
.
public void setFirstOptionFieldName(java.lang.String firstOptionFieldName)
on0
.
public java.lang.String getSecondOptionFieldName()
on1
.
public void setSecondOptionFieldName(java.lang.String secondOptionFieldName)
on1
.
public java.lang.String getFirstOptionFieldValue()
on0
is set.
This property is an alias for Pay Pal attribute os0
.
public void setFirstOptionFieldValue(java.lang.String firstOptionFieldValue)
on0
is set.
This property is an alias for Pay Pal attribute os0
.
public java.lang.String getSecondOptionFieldValue()
on1
is set.
This property is an alias for Pay Pal attribute os1
.
public void setSecondOptionFieldValue(java.lang.String secondOptionFieldValue)
on0
is set.
This property is an alias for Pay Pal attribute os1
.
public java.lang.String getContinueLabel()
cbt
.
public void setContinueLabel(java.lang.String continueLabel)
cbt
.
public java.lang.String getNoteFieldLabel()
cn.
public void setNoteFieldLabel(java.lang.String noteFieldLabel)
cn.
public java.lang.String getPaymentPageHeaderImage()
cpp_header_image
.
public void setPaymentPageHeaderImage(java.lang.String paymentPageHeaderImage)
cpp_header_image
.
public java.lang.String getHeaderBgColor()
cpp_headerback_color
.
public void setHeaderBgColor(java.lang.String headerBgColor)
cpp_headerback_color
.
public java.lang.String getHeaderBorderColor()
cpp_headerback_color
.
public void setHeaderBorderColor(java.lang.String headerBorderColor)
cpp_headerborder_color
.
public java.lang.String getHeaderPayFlowColor()
cpp_payflow_color
.
public void setHeaderPayFlowColor(java.lang.String headerPayFlowColor)
cpp_payflow_color
.
public java.lang.String getPaymentPageBgColor()
cs.
public void setPaymentPageBgColor(java.lang.String paymentPageBgColor)
cs.
public java.lang.String getPromptPaymentNote()
no_note
.
public void setPromptPaymentNote(java.lang.String promptPaymentNote)
no_note
.
Passing a non null value to this method will cause the field to be posted
to PayPal.
public java.lang.String getPromptShippingAddress()
no_shipping
public void setPromptShippingAddress(java.lang.String promptShippingAddress)
no_shipping
Passing a non null value to this method will cause the field to be posted
to PayPal.
public java.lang.String getPageStyle()
page_style
public void setPageStyle(java.lang.String pageStyle)
page_style
public java.lang.String getSubmissionMethod()
rm
public void setSubmissionMethod(java.lang.String submissionMethod)
rm
public java.lang.String getCurrencyCode()
currency_code
public void setCurrencyCode(java.lang.String currencyCode)
currency_code
public java.math.BigDecimal getHandlingCost()
handling
public void setHandlingCost(java.math.BigDecimal handlingCost)
handling
public java.lang.String getInvoiceNumber()
invoice
public void setInvoiceNumber(java.lang.String invoiceNumber)
invoice
public java.math.BigDecimal getShippingCost()
shipping
public void setShippingCost(java.math.BigDecimal shippingCost)
shipping
public java.math.BigDecimal getAdditionalItemShippingCost()
shipping2
public void setAdditionalItemShippingCost(java.math.BigDecimal additionalItemShippingCost)
shipping2
public java.math.BigDecimal getTax()
tax
public void setTax(java.math.BigDecimal tax)
tax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |