Share via


Interface "Price Source Group"

Namespace: Microsoft.Pricing.Source

Methods

IsSourceTypeSupported

"Price Source Group" enum is a subset of the "Price Source Type" enum. The group limits allowed Source Types, e.g. for Customer group the Vendor source type is not supported. Returns true if the passed price source type belongs to the price source group.

procedure IsSourceTypeSupported(SourceType: Enum "Price Source Type"): Boolean

Parameters

Name Type Description
SourceType Enum Microsoft.Pricing.Source."Price Source Type"

Price source type

Returns

Type Description
Boolean

GetGroup

Some of source types are mapped to the price source groups that is used in setup. If the source type does not belong to one group then it returns group All.

procedure GetGroup(): Enum "Price Source Group"

Returns

Type Description
Enum Microsoft.Pricing.Source."Price Source Group"

the source group.

See also