{
    "resource": "string",
    "uri": "string",
    "limit": 0,
    "offset": 0,
    "has_more": true,
    "query_count": 0,
    "total": 0,
    "items": [
        {
            "id": "string",
            "subscription": "string",
            "on_behalf_of": "string",
            "customer": "string",
            "invoice_customer": {
                "uuid": "string",
                "first_name": "string",
                "last_name": "string",
                "taxpayer_id": "string",
                "email": "string"
            },
            "description": "string",
            "payment_methods": "credit",
            "due_date": "2019-08-24",
            "expiration_date": "2019-08-24",
            "amount": 0,
            "currency": "string",
            "paid_at": "2019-08-24T14:15:22Z",
            "voided_at": "2019-08-24T14:15:22Z",
            "retries": 0,
            "max_retries": 0,
            "status": "pending",
            "resource": "string",
            "metadata": {},
            "created_at": "string",
            "updated_at": "string",
            "uri": "string"
        }
    ]
}