CMSAuthorizeNetProviderGetPartialAmount Method |
Creates partial amount part of payment request. Partial amount represents data about tax or shipping.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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:
PartialAmountInstance of
PartialAmount.
See Also