CartTax

This Apex object represents an in-memory CartTax record and its relationships with other records. All formula and roll-up summary standard fields are updated at runtime.
Loading and saving this object is not possible in Apex but is done by Salesforce.
See Object Reference: CartTax

Constructor for CartTax object. All arguments are required.

ParamDescription
taxTypeInitial value for CartTax.TaxType.
amountInitial value for CartTax.Amount.
nameInitial value for CartTax.Name.

Get CartTax.Id.

Type

ID

Description

Get CartTax.Amount.

Type

Decimal

Description

Set CartTax.Amount.

Type

void

Description

Get CartTax.Description.

Type

String

Description

Set CartTax.Description.

Type

void

Description

Get CartTax.TaxType.

Type

TaxTypesEnum

Description

TaxTypesEnum

Get CartTax.TaxType.

Type

void

Description

Get CartTax.TaxRate.

Type

String

Description

Set CartTax.TaxRate.

Type

void

Description

Get CartTax.Name.

Type

String

Description

Set CartTax.Name.

Type

void

Description