Class VendorPaymentTerms


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

    The payment terms and conditions that may be applied to a vendor.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the vendor payment term.")
        private String id
        ID

        The global identifier of the vendor payment term. (Required)

      • title

        @JsonPropertyDescription("The full name of the vendor payment term.")
        private String title
        Title

        The full name of the vendor payment term. (Required)

      • description

        @JsonPropertyDescription("The description of the vendor payment term.")
        private String description
        Description

        The description of the vendor payment term.

      • code

        @JsonPropertyDescription("The code that may be used for the vendor payment term.")
        private String code
        Code

        The code that may be used for the vendor payment term.

    • Constructor Detail

      • VendorPaymentTerms

        public VendorPaymentTerms()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the vendor payment term. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the vendor payment term. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of the vendor payment term. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of the vendor payment term. (Required)

      • getDescription

        public String getDescription()
        Description

        The description of the vendor payment term.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of the vendor payment term.

      • getCode

        public String getCode()
        Code

        The code that may be used for the vendor payment term.

      • setCode

        public void setCode​(String code)
        Code

        The code that may be used for the vendor payment term.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object