Midway.ServiceClient.Client.GenerateGeneralTransferCorrectionSeller C# (CSharp) Method

GenerateGeneralTransferCorrectionSeller() public method

Сгенерировать контент титула продавца универсального корректировочного документа
public GenerateGeneralTransferCorrectionSeller ( GeneralTransferCorrectionSeller model, DocumentGenerationOptions options ) : GeneratedContent
model GeneralTransferCorrectionSeller Модель титула продавца
options DocumentGenerationOptions Опции генерации
return GeneratedContent
        public GeneratedContent GenerateGeneralTransferCorrectionSeller(
            GeneralTransferCorrectionSeller model,
            DocumentGenerationOptions options)
        {
            return client.GenerateGeneralTransferCorrectionSeller(Token, model, options);
        }
Client