C# Class PaymillWrapper.Models.ShoppingCartItem

Show file Open project: paymill/paymill-net Class Usage Examples

Public Properties

Property Type Description
Amount int
Description String
Name String
Quantity int
Url String

Property Details

Amount public property

Price > 0 for a single item, including tax, can also be negative to act as a discount
public int Amount
return int

Description public property

Additional description, max. 127 characters
public String Description
return String

Name public property

Item name, max. 127 characters
public String Name
return String

Quantity public property

Quantity of this item
public int Quantity
return int

Url public property

URL of the item in your store, max. 2000 characters.
public String Url
return String