CMSPayPalProviderGetItem Method |
Returns item created from given parameters.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected Item GetItem(
string name,
int quantity,
decimal price
)
Parameters
- name
- Type: SystemString
- quantity
- Type: SystemInt32
- price
- Type: SystemDecimal
Return Value
Type:
ItemSee Also