Class TransferGoodsReceiptRequestDTO
java.lang.Object
de.aeb.xnsg.onpintegration.bf.onp.TransferBusinessObjectRequestDTO
de.aeb.xnsg.onpintegration.bf.onp.TransferGoodsReceiptRequestDTO
Request DTO to transfer goods receipts
-
Field Summary
FieldsModifier and TypeFieldDescriptionLength: 10 - The customer number to be used for subcontracting handling.Length: 10 - The delivery date of the referenced delivery.Length: 30 - The delivery no of the referenced delivery.Length 1 - The document type of the goods receipt;Length: 10 - The date of the goods receipt.Length: 30 - The number of the goods receipt.Length: 10 - The invoice date of the referenced invoice.Length: 30 - The invoice no of the referenced invoice.The items of the goods receipt.Fields inherited from class de.aeb.xnsg.onpintegration.bf.onp.TransferBusinessObjectRequestDTO
additionalFields, idHost, isDeleted, labelHost, organizationalUnit, referenceNo -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
goodsReceiptNo
Length: 30 - The number of the goods receipt. -
goodsReceiptDate
Length: 10 - The date of the goods receipt. Format (yyyy-MM-dd) -
documentType
Length 1 - The document type of the goods receipt; -
items
The items of the goods receipt. -
deliveryNo
Length: 30 - The delivery no of the referenced delivery. -
deliveryDate
Length: 10 - The delivery date of the referenced delivery. Format (yyyy-MM-dd) -
invoiceNo
Length: 30 - The invoice no of the referenced invoice. -
invoiceDate
Length: 10 - The invoice date of the referenced invoice. Format (yyyy-MM-dd) -
customerNoForSubcontracting
Length: 10 - The customer number to be used for subcontracting handling.
-
-
Constructor Details
-
TransferGoodsReceiptRequestDTO
public TransferGoodsReceiptRequestDTO()
-