Class RepresentativeResponsibilities.Builder

    • Method Detail

      • isController

        public RepresentativeResponsibilities.Builder isController​(boolean isController)
        Indicates whether this individual has significant management responsibilities within the business.
      • isController

        public RepresentativeResponsibilities.Builder isController​(java.util.Optional<java.lang.Boolean> isController)
        Indicates whether this individual has significant management responsibilities within the business.
      • isOwner

        public RepresentativeResponsibilities.Builder isOwner​(boolean isOwner)
        If `true`, this field indicates that the individual has a business ownership stake of at least 25% in the business. If the representative does not own at least 25% of the business, this field should be `false`.
      • isOwner

        public RepresentativeResponsibilities.Builder isOwner​(java.util.Optional<java.lang.Boolean> isOwner)
        If `true`, this field indicates that the individual has a business ownership stake of at least 25% in the business. If the representative does not own at least 25% of the business, this field should be `false`.
      • ownershipPercentage

        public RepresentativeResponsibilities.Builder ownershipPercentage​(long ownershipPercentage)
        The percentage of ownership this individual has in the business (required if `isOwner` is `true`).
      • ownershipPercentage

        public RepresentativeResponsibilities.Builder ownershipPercentage​(java.util.Optional<java.lang.Long> ownershipPercentage)
        The percentage of ownership this individual has in the business (required if `isOwner` is `true`).