Class FirmClientLinkageInputModel
java.lang.Object
net.avalara.avatax.rest.client.models.FirmClientLinkageInputModel
Account Linkage Input model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for clientAccountId Client AccountId that needs to be linked to the firmGetter for clientAccountName Client AccountName that needs to be linked to the firmvoid
setClientAccountId
(Integer value) Setter for clientAccountId Client AccountId that needs to be linked to the firmvoid
setClientAccountName
(String value) Setter for clientAccountName Client AccountName that needs to be linked to the firmtoString()
Returns a JSON string representation of FirmClientLinkageInputModel
-
Constructor Details
-
FirmClientLinkageInputModel
public FirmClientLinkageInputModel()
-
-
Method Details
-
getClientAccountId
Getter for clientAccountId Client AccountId that needs to be linked to the firm -
setClientAccountId
Setter for clientAccountId Client AccountId that needs to be linked to the firm -
getClientAccountName
Getter for clientAccountName Client AccountName that needs to be linked to the firm -
setClientAccountName
Setter for clientAccountName Client AccountName that needs to be linked to the firm -
toString
Returns a JSON string representation of FirmClientLinkageInputModel
-