Add option to disable PD check on service side
This commit is contained in:
@ -50,6 +50,11 @@ namespace Hcs.Client.Api.Request.Bills
|
||||
payload.year
|
||||
};
|
||||
|
||||
if (payload.confirmAmountsCorrect)
|
||||
{
|
||||
items.Add(true);
|
||||
}
|
||||
|
||||
var paymentInformations = new Dictionary<ImportPaymentDocumentPayload.PaymentInformation, importPaymentDocumentRequestPaymentInformation>();
|
||||
foreach (var entry in payload.paymentInformation)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user