returns property

List<OrderReturn>? returns
final

Read only A collection of items from sale orders being returned in this one. Normally part of an itemized return or exchange. There is exactly one Return object per sale Order being referenced.

Implementation

final List<OrderReturn>? returns;