DescribeAdjustmentTypesAnswer constructor

DescribeAdjustmentTypesAnswer({
  1. List<AdjustmentType>? adjustmentTypes,
})

Implementation

DescribeAdjustmentTypesAnswer({
  this.adjustmentTypes,
});