includedRefund property

PcoGivingRefund? includedRefund

Implementation

PcoGivingRefund? get includedRefund =>
    _firstOrNull<PcoGivingRefund>(relationships['refund']);