reconciliation
Method | Return type | Description |
---|---|---|
handle | string | The handle of the reconciliation. |
hidden? | boolean | Returns true if the reconciliation is hidden; false if the reconciliation is shown. |
name | string | The name of the reconciliation. |
number | string | Returns the virtual account number. |
results | collection | A collection with the names and values of all result tags. Using the name as a method will return the value. |
starred? | boolean | Returns true if the reconciliation is starred; returns false if the reconciliation is unstarred. |
exists? | boolean | Returns true if the reconciliation exists; otherwise it returns false. |
Current reconciliation
You can easily get information about the current reconciliation you are working on, using some method on the 'current_reconciliation' drop.
Handle : {{ current_reconciliation.handle }}
Name : {{ current_reconciliation.name }}
Starred?: {{ current_reconciliation.starred? }}
Virtual account number: {{ current_reconciliation.number }}
Updated about 2 years ago