recipient_name
Gets the recipient name from a partner and location resource.
Example
1
{{ $partnerResource | recipient_name: $locationResource }} => John Doe
Input
Type | Parameter | Description | Required |
---|---|---|---|
array | partnerResource | The partner resource. Comes before the | sign. | Required |
array | locationResource | The location resource |
Output
Type | Description |
---|---|
string | The recipient name |