Input$PurchaseIntegrationDocumentInput constructor
Input$PurchaseIntegrationDocumentInput({})
Implementation
factory Input$PurchaseIntegrationDocumentInput({
Input$PurchaseIntegrationDocumentPurchaseNoteInput? inventory,
Input$PurchaseIntegrationDocumentPurchaseNoteInput? order,
Input$PurchaseIntegrationDocumentPurchaseNoteInput? invoice,
Input$PurchaseIntegrationDocumentPurchaseNoteInput? deliveryNote,
}) =>
Input$PurchaseIntegrationDocumentInput._({
if (inventory != null) r'inventory': inventory,
if (order != null) r'order': order,
if (invoice != null) r'invoice': invoice,
if (deliveryNote != null) r'deliveryNote': deliveryNote,
});