order_invoice_to_partner
Get invoice to partner of order
Example
1
{{ $orderResource | order_invoice_to_partner }} => 123
Input
Type | Parameter | Description | Required |
---|---|---|---|
object | orderResource | The order resource to get the invoice to partner from. Comes before the | sign. | Required |
Output
Type | Description |
---|---|
mixed | The invoice to partner or null if not found |