Class ManualVendorDetails


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

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

    • Field Detail

      • name

        @JsonPropertyDescription("The name of the vendor.")
        private String name
        Name

        The name of the vendor.

      • type

        @JsonPropertyDescription("An indication of whether the vendor is a person or an organization.")
        private Object type
        Type

        An indication of whether the vendor is a person or an organization.

      • addressLines

        @JsonPropertyDescription("The address lines of the vendor\'s location, such as a street address or post office box number, city, region, and postal code.")
        private List<String> addressLines
        Address Lines

        The address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.

      • place

        @JsonPropertyDescription("A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.")
        private Place place
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.

      • contact

        @JsonPropertyDescription("The contact for the vendor.")
        private Contact contact
        Contact

        The contact for the vendor.

    • Constructor Detail

      • ManualVendorDetails

        public ManualVendorDetails()
    • Method Detail

      • getName

        public String getName()
        Name

        The name of the vendor.

      • setName

        public void setName​(String name)
        Name

        The name of the vendor.

      • getType

        public Object getType()
        Type

        An indication of whether the vendor is a person or an organization.

      • setType

        public void setType​(Object type)
        Type

        An indication of whether the vendor is a person or an organization.

      • getAddressLines

        public List<String> getAddressLines()
        Address Lines

        The address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.

      • setAddressLines

        public void setAddressLines​(List<String> addressLines)
        Address Lines

        The address lines of the vendor's location, such as a street address or post office box number, city, region, and postal code.

      • getPlace

        public Place getPlace()
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.

      • setPlace

        public void setPlace​(Place place)
        Place

        A country specific postal region. Postal regions are expressed as a hierarchy of country, region, and sub-region, and as a locality with postal automation codes.

      • getContact

        public Contact getContact()
        Contact

        The contact for the vendor.

      • setContact

        public void setContact​(Contact contact)
        Contact

        The contact for the vendor.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object