Click or drag to resize

TaxProfileHelperSaveTaxProfile Method

Saves the tax profile.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static TaxProfile SaveTaxProfile(
	TaxProfile taxProfile
)

Parameters

taxProfile
Type: Atomia.Billing.Core.Sdk.BusinessObjectsTaxProfile
The tax profile to save.

Return Value

Type: TaxProfile
Saved tax profile.
See Also