Share via


RetailPricingDataManager.getDiscountTradeAgreements Method [AX 2012]

Get discount trade agreements.

Syntax

public container getDiscountTradeAgreements(
    container _itemIds, 
    CustAccount _custAccount, 
    utcdatetime _minDate, 
    utcdatetime _maxDate, 
    CurrencyCode _currencyCode)

Run On

Called

Parameters

  • _minDate
    Type: utcdatetime
    The earliest inclusive active date to search by. Must be less than or equal to _maxDate.
  • _maxDate
    Type: utcdatetime
    The latest inclusive active date to search by. Must be greater than or equal to _minDate.

Return Value

Type: container
Collection of applicable discount price agreements.

See Also

Reference

RetailPricingDataManager Class