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