LinkPayableRequest (object)
| Field | Type | Description |
|---|---|---|
| amount_cents* | integer | — |
| payable_id* | integer | — |
| payable_type* | string | string
|
Example (JSON)
{
"payable_type": "Invoice",
"payable_id": 0,
"amount_cents": 0
}Fields, types, and references to other models.