 | DonationInformationTaxDeductableAmount Property |
Note: This API is now obsolete.
Namespace: Ignition.Commerce.Products.FundraisingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[ObsoleteAttribute("Use TaxDeductibleAmount instead. (6.1)", true)]
public decimal TaxDeductableAmount { get; set; }<ObsoleteAttribute("Use TaxDeductibleAmount instead. (6.1)", true)>
Public Property TaxDeductableAmount As Decimal
Get
Setpublic:
[ObsoleteAttribute(L"Use TaxDeductibleAmount instead. (6.1)", true)]
property Decimal TaxDeductableAmount {
Decimal get ();
void set (Decimal value);
}[<ObsoleteAttribute("Use TaxDeductibleAmount instead. (6.1)", true)>]
member TaxDeductableAmount : decimal with get, setProperty Value
Decimal
See Also