Class FirmClientLinkageInputModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FirmClientLinkageInputModel
-
public class FirmClientLinkageInputModel extends java.lang.ObjectAccount Linkage Input model
-
-
Constructor Summary
Constructors Constructor Description FirmClientLinkageInputModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetClientAccountId()Getter for clientAccountId Client AccountId that needs to be linked to the firmjava.lang.StringgetClientAccountName()Getter for clientAccountName Client AccountName that needs to be linked to the firmvoidsetClientAccountId(java.lang.Integer value)Setter for clientAccountId Client AccountId that needs to be linked to the firmvoidsetClientAccountName(java.lang.String value)Setter for clientAccountName Client AccountName that needs to be linked to the firmjava.lang.StringtoString()Returns a JSON string representation of FirmClientLinkageInputModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-