The C1PurchaseItem type exposes the following members.

Constructors

  NameDescription
C1PurchaseItem
Creates a new instance of a C1PurchaseItem control.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasControls
Determines if the server control contains any child controls.
(Inherited from Control.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
BindingContainer
Gets the control that contains this control's data binding.
(Inherited from Control.)
Business
Gets or sets the email address that identifies your business with PayPal.
BusinessLogo
Gets or sets the Url of your business logo, to be displayed on your customers' payment pages.
ButtonType
Gets or sets the image displayed in the button.
CurrencyCode
Gets or sets the currency to use for the transaction.
Enabled
Gets or sets a value indicating whether the control is enabled.
(Inherited from Image.)
EnableTheming
Gets or sets a value indicating whether themes apply to this control.
(Inherited from Control.)
Font
Gets the font properties for the text associated with the control.
(Inherited from Image.)
Handling
Gets or sets the handling charge for this item.
ID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
ImageUrl
Gets or sets the location of an image to display in the control.
ItemName
Gets or sets the name of the item being purchased (e.g. "Deluxe Oil Change").
ItemNumber
Gets or sets a code that identifies the item being purchased (e.g. "LOC123").
ItemPrice
Gets or sets the unit price for the item being sold.
NotifyURL
Gets or sets the Url that will receive Instant Payment Notifications through PayPal's IPN mechanism.
PageCancel
Gets or sets the Url of the page where the customer should be taken after canceling a transaction.
PageOK
Gets or sets the Url of the page where the customer should be taken after concluding a successful transaction.
PromptAddress
Gets or sets whether the PayPal payment page should allow customers to provide a shipping address.
PromptNote
Gets or sets whether the PayPal payment page should allow customers to include a note with their payment.
PromptQuantity
Gets or sets whether the PayPal payment page should have a field to allow customers to buy multiple units of the item in a single transaction.
Shipping
Gets or sets the shipping charge for the first item on a shipment.
ShippingAdditional
Gets or sets the shipping charge for additional items on a shipment (each item except the first one).
SkinID
Gets or sets the skin to apply to the control.
(Inherited from WebControl.)
Style
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
(Inherited from WebControl.)
Width
Gets or sets the width of the Web server control.
(Inherited from WebControl.)

See Also