Class FirmClientLinkageOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.FirmClientLinkageOutputModel
Account Linkage output model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for clientAccountId Client Account to be linked with the firmGetter for clientAccountName Client Account nameGetter for createdDate Created date of the linkageGetter for createdUserId User who created the linkageGetter for firmAccountId Firm Account to be linked with the firmGetter for firmAccountName FIrm Account nameGetter for firmContactEmail Email of the firm's point of contact person for the clientGetter for firmContactName Name of the firm's point of contact person for the clientgetId()
Getter for id The unique ID number of firm-client linkage.Getter for isDeleted This is set to 1 if the linkage is deleted.Getter for modifiedDate Modified date of the linkageGetter for modifiedUserId User who modified the linkageGetter for status The status of the account linkage.void
setClientAccountId
(Integer value) Setter for clientAccountId Client Account to be linked with the firmvoid
setClientAccountName
(String value) Setter for clientAccountName Client Account namevoid
setCreatedDate
(Date value) Setter for createdDate Created date of the linkagevoid
setCreatedUserId
(Integer value) Setter for createdUserId User who created the linkagevoid
setFirmAccountId
(Integer value) Setter for firmAccountId Firm Account to be linked with the firmvoid
setFirmAccountName
(String value) Setter for firmAccountName FIrm Account namevoid
setFirmContactEmail
(String value) Setter for firmContactEmail Email of the firm's point of contact person for the clientvoid
setFirmContactName
(String value) Setter for firmContactName Name of the firm's point of contact person for the clientvoid
Setter for id The unique ID number of firm-client linkage.void
setIsDeleted
(Boolean value) Setter for isDeleted This is set to 1 if the linkage is deleted.void
setModifiedDate
(Date value) Setter for modifiedDate Modified date of the linkagevoid
setModifiedUserId
(Integer value) Setter for modifiedUserId User who modified the linkagevoid
setStatus
(FirmClientLinkageStatus value) Setter for status The status of the account linkage.toString()
Returns a JSON string representation of FirmClientLinkageOutputModel
-
Constructor Details
-
FirmClientLinkageOutputModel
public FirmClientLinkageOutputModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of firm-client linkage. -
setId
Setter for id The unique ID number of firm-client linkage. -
getFirmAccountId
Getter for firmAccountId Firm Account to be linked with the firm -
setFirmAccountId
Setter for firmAccountId Firm Account to be linked with the firm -
getFirmAccountName
Getter for firmAccountName FIrm Account name -
setFirmAccountName
Setter for firmAccountName FIrm Account name -
getClientAccountId
Getter for clientAccountId Client Account to be linked with the firm -
setClientAccountId
Setter for clientAccountId Client Account to be linked with the firm -
getClientAccountName
Getter for clientAccountName Client Account name -
setClientAccountName
Setter for clientAccountName Client Account name -
getCreatedDate
Getter for createdDate Created date of the linkage -
setCreatedDate
Setter for createdDate Created date of the linkage -
getCreatedUserId
Getter for createdUserId User who created the linkage -
setCreatedUserId
Setter for createdUserId User who created the linkage -
getModifiedDate
Getter for modifiedDate Modified date of the linkage -
setModifiedDate
Setter for modifiedDate Modified date of the linkage -
getModifiedUserId
Getter for modifiedUserId User who modified the linkage -
setModifiedUserId
Setter for modifiedUserId User who modified the linkage -
getStatus
Getter for status The status of the account linkage. The following are the available statuses * Requested - When a linkage is requested * Approved - When the linkage is approved * Rejected - When the linkage is rejected * Revoked - When the linkage is revoked. -
setStatus
Setter for status The status of the account linkage. The following are the available statuses * Requested - When a linkage is requested * Approved - When the linkage is approved * Rejected - When the linkage is rejected * Revoked - When the linkage is revoked. -
getIsDeleted
Getter for isDeleted This is set to 1 if the linkage is deleted. -
setIsDeleted
Setter for isDeleted This is set to 1 if the linkage is deleted. -
getFirmContactName
Getter for firmContactName Name of the firm's point of contact person for the client -
setFirmContactName
Setter for firmContactName Name of the firm's point of contact person for the client -
getFirmContactEmail
Getter for firmContactEmail Email of the firm's point of contact person for the client -
setFirmContactEmail
Setter for firmContactEmail Email of the firm's point of contact person for the client -
toString
Returns a JSON string representation of FirmClientLinkageOutputModel
-