Litle.Sdk.batchRequest.fillInReportGroup C# (CSharp) Method

fillInReportGroup() private method

private fillInReportGroup ( transactionTypeWithReportGroup txn ) : void
txn transactionTypeWithReportGroup
return void
        private void fillInReportGroup(transactionTypeWithReportGroup txn)
        {
            if (txn.reportGroup == null)
            {
                txn.reportGroup = config["reportGroup"];
            }
        }

Same methods

batchRequest::fillInReportGroup ( transactionTypeWithReportGroupAndPartial txn ) : void
batchRequest