Class Vendor


  • @Generated("jsonschema2pojo")
    public class Vendor
    extends Object
    Vendor

    The vendor associated with the purchase order.

    • Field Detail

      • existingVendor

        @JsonPropertyDescription("The details associated with an existing vendor.")
        private Object existingVendor
        Existing Vendor

        The details associated with an existing vendor.

      • manualVendorDetails

        @JsonPropertyDescription("The details associated with an undefined vendor or an override to an existing vendor\'s information.")
        private ManualVendorDetails manualVendorDetails
        Manual Vendor Details

        The details associated with an undefined vendor or an override to an existing vendor's information.

    • Constructor Detail

      • Vendor

        public Vendor()
    • Method Detail

      • getExistingVendor

        public Object getExistingVendor()
        Existing Vendor

        The details associated with an existing vendor.

      • setExistingVendor

        public void setExistingVendor​(Object existingVendor)
        Existing Vendor

        The details associated with an existing vendor.

      • withExistingVendor

        public Vendor withExistingVendor​(Object existingVendor)
      • getManualVendorDetails

        public ManualVendorDetails getManualVendorDetails()
        Manual Vendor Details

        The details associated with an undefined vendor or an override to an existing vendor's information.

      • setManualVendorDetails

        public void setManualVendorDetails​(ManualVendorDetails manualVendorDetails)
        Manual Vendor Details

        The details associated with an undefined vendor or an override to an existing vendor's information.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object