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
)
Public Shared Function SaveTaxProfile (
taxProfile As TaxProfile
) As TaxProfile
public:
static TaxProfile^ SaveTaxProfile(
TaxProfile^ taxProfile
)
static member SaveTaxProfile :
taxProfile : TaxProfile -> TaxProfile
Parameters
- taxProfile
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsTaxProfile
The tax profile to save.
Return Value
Type:
TaxProfileSaved tax profile.
See Also