コード例 #1
0
        private void CreateZeroAmountJointPayeePaymentsForVendorCheck(IDocumentKey vendorCheck)
        {
            var jointPayeeIds = InvoiceJointPayeePayments.Select(jpp => jpp.JointPayeeId);

            CreateZeroAmountJointPayeePayments(vendorCheck, jointPayeeIds);
        }