Click or drag to resize
CMSAuthorizeNetProviderGetPartialAmount Method
Creates partial amount part of payment request. Partial amount represents data about tax or shipping.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual PartialAmount GetPartialAmount(
	string amount,
	string name = null,
	string description = null
)

Parameters

amount
Type: SystemString
Amount of tax or shipping
name (Optional)
Type: SystemString
Name of partial amount
description (Optional)
Type: SystemString
Description of partial amount

Return Value

Type: PartialAmount
Instance of PartialAmount.
See Also