totalRebatesAmount property

  1. @BuiltValueField.new(wireName: r'TotalRebatesAmount')
num? get totalRebatesAmount

Sum of rebates in amount (total amount or line item amount) for all the loyalty programs.

Implementation

@BuiltValueField(wireName: r'TotalRebatesAmount')
num? get totalRebatesAmount;