CommonGenerateDeductibleDescription Method

[Missing <summary> documentation for "M:IAS.Common.GenerateDeductibleDescription(System.String,System.Nullable{System.Decimal})"]

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GenerateDeductibleDescription(
	string deductibleType,
	Nullable<decimal> deductibleAmount
)

Parameters

deductibleType
Type: SystemString

[Missing <param name="deductibleType"/> documentation for "M:IAS.Common.GenerateDeductibleDescription(System.String,System.Nullable{System.Decimal})"]

deductibleAmount
Type: SystemNullableDecimal

[Missing <param name="deductibleAmount"/> documentation for "M:IAS.Common.GenerateDeductibleDescription(System.String,System.Nullable{System.Decimal})"]

Return Value

Type: String

[Missing <returns> documentation for "M:IAS.Common.GenerateDeductibleDescription(System.String,System.Nullable{System.Decimal})"]

See Also