Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
BillingUsageInput
</a>
</li>
<li title="BooleanExpression">
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
BooleanExpression
</a>
</li>
<li title="CappingTypeInput">
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CappingTypeInput
Expand Down Expand Up @@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
CurrencyInfoInput
</a>
</li>
<li title="CustomFieldFilter">
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CustomFieldFilter
</a>
</li>
<li title="DateExpression">
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
DateExpression
Expand Down Expand Up @@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
StringExpression
</a>
</li>
<li title="TaxCodeInput">
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
TaxCodeInput
</a>
</li>
<li title="UpdateEmployeeDeductionInput">
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
UpdateEmployeeDeductionInput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
BillingUsageInput
</a>
</li>
<li title="BooleanExpression">
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
BooleanExpression
</a>
</li>
<li title="CappingTypeInput">
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CappingTypeInput
Expand Down Expand Up @@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
CurrencyInfoInput
</a>
</li>
<li title="CustomFieldFilter">
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CustomFieldFilter
</a>
</li>
<li title="DateExpression">
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
DateExpression
Expand Down Expand Up @@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
StringExpression
</a>
</li>
<li title="TaxCodeInput">
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
TaxCodeInput
</a>
</li>
<li title="UpdateEmployeeDeductionInput">
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
UpdateEmployeeDeductionInput
Expand Down Expand Up @@ -687,7 +692,8 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Directives</h4>
<div class="container">
<p class="slds-text-title--caps slds-text-color--weak">OBJECT</p>
<h1 class="slds-text-heading--large">Address</h1>
<div class="slds-text-body--regular"></div>
<div class="slds-text-body--regular"><p>Address type</p>
</div>
</div>
</section>
<section>
Expand All @@ -698,7 +704,7 @@ <h2 id="graphql-schema-definition" class="graphdoc-section__title slds-text-head
</a>
GraphQL Schema definition
</h2>
<code class="highlight"><ul class="code" style="padding-left:42px"><li><span class="keyword operator ts">type</span> <span class="identifier">Address</span> {</li><li></li><li><span class="tab"><span class="meta">streetAddress1</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">streetAddress2</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">city</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">zipCode</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">county</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">state</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="meta">country</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li>}</li></ul></code>
<code class="highlight"><ul class="code" style="padding-left:42px"><li><span class="keyword operator ts">type</span> <span class="identifier">Address</span> {</li><li></li><li><span class="tab"><span class="comment line"># Address Line 1</span></span></li><li><span class="tab"><span class="meta">streetAddress1</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># Address Line 2</span></span></li><li><span class="tab"><span class="meta">streetAddress2</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># City</span></span></li><li><span class="tab"><span class="meta">city</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># ZipCode</span></span></li><li><span class="tab"><span class="meta">zipCode</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># County</span></span></li><li><span class="tab"><span class="meta">county</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># State</span></span></li><li><span class="tab"><span class="meta">state</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li></li><li><span class="tab"><span class="comment line"># Country</span></span></li><li><span class="tab"><span class="meta">country</span>: <a class="support type" href="string.doc.html">String</a> </span></li><li>}</li></ul></code>
</div>
</section>
<section>
Expand All @@ -709,7 +715,7 @@ <h2 id="require-by" class="graphdoc-section__title slds-text-heading--medium sld
</a>
Require by
</h2>
<ul class="require-by"><li><a href="contactmethod.doc.html" title="ContactMethod - Contact method for a Person or Business">ContactMethod<em>Contact method for a Person or Business</em></a><li><li><a href="employeepayrollprofile.doc.html" title="EmployeePayrollProfile - ">EmployeePayrollProfile<em>null</em></a><li></ul>
<ul class="require-by"><li><a href="contactmethod.doc.html" title="ContactMethod - Contact method for a Person or Business">ContactMethod<em>Contact method for a Person or Business</em></a><li><li><a href="employeepayrollprofile.doc.html" title="EmployeePayrollProfile - Employee payroll persona">EmployeePayrollProfile<em>Employee payroll persona</em></a><li></ul>
</div>
</section>
<footer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
BillingUsageInput
</a>
</li>
<li title="BooleanExpression">
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
BooleanExpression
</a>
</li>
<li title="CappingTypeInput">
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CappingTypeInput
Expand Down Expand Up @@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
CurrencyInfoInput
</a>
</li>
<li title="CustomFieldFilter">
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CustomFieldFilter
</a>
</li>
<li title="DateExpression">
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
DateExpression
Expand Down Expand Up @@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
StringExpression
</a>
</li>
<li title="TaxCodeInput">
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
TaxCodeInput
</a>
</li>
<li title="UpdateEmployeeDeductionInput">
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
UpdateEmployeeDeductionInput
Expand Down Expand Up @@ -711,7 +716,15 @@ <h2 id="require-by" class="graphdoc-section__title slds-text-heading--medium sld
</a>
Require by
</h2>
<ul class="require-by"><li><a href="accumulatingamount.doc.html" title="AccumulatingAmount - Common type to represent the current amount and year to date amount">AccumulatingAmount<em>Common type to represent the current amount and year to date amount</em></a><li><li><a href="cappingtype.doc.html" title="CappingType - Capping common type">CappingType<em>Capping common type</em></a><li><li><a href="cappingtypeinput.doc.html" title="CappingTypeInput - ">CappingTypeInput<em>null</em></a><li><li><a href="createemployeedeductioninput.doc.html" title="CreateEmployeeDeductionInput - ">CreateEmployeeDeductionInput<em>null</em></a><li><li><a href="currencyinfo.doc.html" title="CurrencyInfo - Currency details.">CurrencyInfo<em>Currency details.</em></a><li><li><a href="currencyinfoinput.doc.html" title="CurrencyInfoInput - Input for currency details.">CurrencyInfoInput<em>Input for currency details.</em></a><li><li><a href="descriptiononlyline.doc.html" title="DescriptionOnlyLine - Details of description line.">DescriptionOnlyLine<em>Details of description line.</em></a><li><li><a href="descriptiononlylineinput.doc.html" title="DescriptionOnlyLineInput - Input for description lines.">DescriptionOnlyLineInput<em>Input for description lines.</em></a><li><li><a href="employeecompensation.doc.html" title="EmployeeCompensation - ">EmployeeCompensation<em>null</em></a><li><li><a href="employeededuction.doc.html" title="EmployeeDeduction - ">EmployeeDeduction<em>null</em></a><li><li><a href="employercompensation.doc.html" title="EmployerCompensation - Setup employer and employee contribution limit/frequency">EmployerCompensation<em>Setup employer and employee contribution limit/frequency</em></a><li><li><a href="invoicetransactioninput.doc.html" title="InvoiceTransactionInput - Input for creating review invoice transaction.">InvoiceTransactionInput<em>Input for creating review invoice transaction.</em></a><li><li><a href="itemsalesline.doc.html" title="ItemSalesLine - Details of item line.">ItemSalesLine<em>Details of item line.</em></a><li><li><a href="itemsaleslineinput.doc.html" title="ItemSalesLineInput - Input for invoice item lines.">ItemSalesLineInput<em>Input for invoice item lines.</em></a><li><li><a href="rate.doc.html" title="Rate - ">Rate<em>null</em></a><li><li><a href="rateinput.doc.html" title="RateInput - ">RateInput<em>null</em></a><li><li><a href="reviewinvoicedetails.doc.html" title="ReviewInvoiceDetails - Details of review invoice.">ReviewInvoiceDetails<em>Details of review invoice.</em></a><li><li><a href="timequantity.doc.html" title="TimeQuantity - A common type to represent the time unit and quantity">TimeQuantity<em>A common type to represent the time unit and quantity</em></a><li><li><a href="updateemployeedeductioninput.doc.html" title="UpdateEmployeeDeductionInput - ">UpdateEmployeeDeductionInput<em>null</em></a><li></ul>
<ul class="require-by"><li><a href="accumulatingamount.doc.html" title="AccumulatingAmount - Common type to represent the current amount and year to date amount">AccumulatingAmount<em>Common type to represent the current amount and year to date amount</em></a><li><li><a href="cappingtype.doc.html" title="CappingType - Capping common type">CappingType<em>Capping common type</em></a><li><li><a href="cappingtypeinput.doc.html" title="CappingTypeInput - Common capping input type">CappingTypeInput<em>Common capping input type</em></a><li><li><a href="createemployeedeductioninput.doc.html" title="CreateEmployeeDeductionInput - Input to create new employee deduction.">CreateEmployeeDeductionInput<em>Input to create new employee deduction.</em></a><li><li><a href="currencyinfo.doc.html" title="CurrencyInfo - Currency details.">CurrencyInfo<em>Currency details.</em></a><li><li><a href="currencyinfoinput.doc.html" title="CurrencyInfoInput - Input for currency details.">CurrencyInfoInput<em>Input for currency details.</em></a><li><li><a href="descriptiononlyline.doc.html" title="DescriptionOnlyLine - Details of description line.">DescriptionOnlyLine<em>Details of description line.</em></a><li><li><a href="descriptiononlylineinput.doc.html" title="DescriptionOnlyLineInput - Input for description lines.">DescriptionOnlyLineInput<em>Input for description lines.</em></a><li><li><a href="employeecompensation.doc.html" title="EmployeeCompensation - Employee Compensation Details">EmployeeCompensation<em>Employee Compensation Details</em></a><li><li><a href="employeededuction.doc.html" title="EmployeeDeduction - Employee deduction is an amount paid by an employee and deducted from each paycheck.">EmployeeDeduction<em>Employee deduction is an amount paid by an employee and deducted from each paycheck.</em></a><li><li><a href="employercompensation.doc.html" title="EmployerCompensation - Setup employer and employee contribution limit/frequency">EmployerCompensation<em>Setup employer and employee contribution limit/frequency</em></a><li><li><a href="invoicetransactioninput.doc.html" title="InvoiceTransactionInput - Input for creating review invoice transaction.">InvoiceTransactionInput<em>Input for creating review invoice transaction.</em></a><li><li><a href="itemsalesline.doc.html" title="ItemSalesLine - Details of item line.">ItemSalesLine<em>Details of item line.</em></a><li><li><a href="itemsaleslineinput.doc.html" title="ItemSalesLineInput - Input for invoice item lines.">ItemSalesLineInput<em>Input for invoice item lines.</em></a><li><li><a href="rate.doc.html" title="Rate - Common rate
15% will be expressed as percentage: true and value: 15
100 will be expressed as percentage: false and value: 100">Rate<em>Common rate
15% will be expressed as percentage: true and value: 15
100 will be expressed as percentage: false and value: 100</em></a><li><li><a href="rateinput.doc.html" title="RateInput - Common rate input.
15% will be expressed as percentage: true and value: 15
100 will be expressed as percentage: false and value: 100">RateInput<em>Common rate input.
15% will be expressed as percentage: true and value: 15
100 will be expressed as percentage: false and value: 100</em></a><li><li><a href="reviewinvoicedetails.doc.html" title="ReviewInvoiceDetails - Details of review invoice.">ReviewInvoiceDetails<em>Details of review invoice.</em></a><li><li><a href="timequantity.doc.html" title="TimeQuantity - A common type to represent the time unit and quantity">TimeQuantity<em>A common type to represent the time unit and quantity</em></a><li><li><a href="updateemployeedeductioninput.doc.html" title="UpdateEmployeeDeductionInput - Input to update existing employee deduction.">UpdateEmployeeDeductionInput<em>Input to update existing employee deduction.</em></a><li></ul>
</div>
</section>
<footer>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
BillingUsageInput
</a>
</li>
<li title="BooleanExpression">
<a href="booleanexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
BooleanExpression
</a>
</li>
<li title="CappingTypeInput">
<a href="cappingtypeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CappingTypeInput
Expand Down Expand Up @@ -530,6 +535,11 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
CurrencyInfoInput
</a>
</li>
<li title="CustomFieldFilter">
<a href="customfieldfilter.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
CustomFieldFilter
</a>
</li>
<li title="DateExpression">
<a href="dateexpression.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
DateExpression
Expand Down Expand Up @@ -625,11 +635,6 @@ <h4 class="slds-text-title--caps slds-p-around--medium">Input Objects</h4>
StringExpression
</a>
</li>
<li title="TaxCodeInput">
<a href="taxcodeinput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
TaxCodeInput
</a>
</li>
<li title="UpdateEmployeeDeductionInput">
<a href="updateemployeedeductioninput.doc.html" class="slds-navigation-list--vertical__action slds-text-link--reset slds-truncate">
UpdateEmployeeDeductionInput
Expand Down
Loading