public class

TaxRequest

extends BaseRequest
java.lang.Object
   ↳ org.mule.modules.freshbooks.model.BaseRequest
     ↳ org.mule.modules.freshbooks.model.TaxRequest

Summary

Fields
private Tax tax
private String taxId
[Expand]
Inherited Fields
From class org.mule.modules.freshbooks.model.BaseRequest
Public Constructors
TaxRequest()
Public Methods
Tax getTax()
String getTaxId()
void setTax(Tax tax)
void setTaxId(String taxId)
[Expand]
Inherited Methods
From class org.mule.modules.freshbooks.model.BaseRequest
From class java.lang.Object

Fields

private Tax tax

private String taxId

Public Constructors

public TaxRequest ()

Public Methods

public Tax getTax ()

public String getTaxId ()

public void setTax (Tax tax)

Parameters
tax

public void setTaxId (String taxId)

Parameters
taxId