Class TransferGoodsReceiptRequestDTO

java.lang.Object
de.aeb.xnsg.onpintegration.bf.onp.TransferBusinessObjectRequestDTO
de.aeb.xnsg.onpintegration.bf.onp.TransferGoodsReceiptRequestDTO

public class TransferGoodsReceiptRequestDTO extends TransferBusinessObjectRequestDTO
Request DTO to transfer goods receipts
  • Field Details

    • goodsReceiptNo

      public String goodsReceiptNo
      Length: 30 - The number of the goods receipt.
    • goodsReceiptDate

      public String goodsReceiptDate
      Length: 10 - The date of the goods receipt. Format (yyyy-MM-dd)
    • documentType

      public String documentType
      Length 1 - The document type of the goods receipt;
    • items

      The items of the goods receipt.
    • deliveryNo

      public String deliveryNo
      Length: 30 - The delivery no of the referenced delivery.
    • deliveryDate

      public String deliveryDate
      Length: 10 - The delivery date of the referenced delivery. Format (yyyy-MM-dd)
    • invoiceNo

      public String invoiceNo
      Length: 30 - The invoice no of the referenced invoice.
    • invoiceDate

      public String invoiceDate
      Length: 10 - The invoice date of the referenced invoice. Format (yyyy-MM-dd)
    • customerNoForSubcontracting

      public String customerNoForSubcontracting
      Length: 10 - The customer number to be used for subcontracting handling.
  • Constructor Details

    • TransferGoodsReceiptRequestDTO

      public TransferGoodsReceiptRequestDTO()