{
    "resource": "string",
    "uri": "string",
    "limit": 0,
    "offset": 0,
    "has_more": true,
    "query_count": 0,
    "total": 0,
    "items": {
        "id": "string",
        "status": "succeeded",
        "resource": "string",
        "amount": "string",
        "original_amount": "string",
        "currency": "string",
        "description": "string",
        "payment_type": "string",
        "transaction_number": "string",
        "sales_receipt": "string",
        "on_behalf_of": "string",
        "statement_descriptor": "string",
        "payment_method": {
            "id": "string",
            "resource": "string",
            "description": "string",
            "card_brand": "string",
            "first4_digits": "string",
            "last4_digits": "string",
            "expiration_month": "string",
            "expiration_year": "string",
            "holder_name": "string",
            "is_active": true,
            "is_valid": true,
            "is_verified": true,
            "customer": "string",
            "fingerprint": "string",
            "uri": "string",
            "metadata": {},
            "created_at": "string",
            "updated_at": "string"
        },
        "refunded": true,
        "voided": true,
        "captured": true,
        "fees": "string",
        "fee_details": {
            "amount": "string",
            "prepaid": true,
            "currency": "string",
            "type": "string",
            "description": "string"
        },
        "uri": "string",
        "metadata": {},
        "expected_on": "2019-08-24T14:15:22Z",
        "created_at": "2019-08-24T14:15:22Z",
        "updated_at": "2019-08-24T14:15:22Z"
    }
}