PHP Classes

File: tests/fixtures/webhooks/billing_statement_line_item.updated.json

Recommend this page to a friend!
  Packages of Daryl Legion   PayRex Laravel   tests/fixtures/webhooks/billing_statement_line_item.updated.json   Download  
File: tests/fixtures/webhooks/billing_statement_line_item.updated.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PayRex Laravel
Request payments using the PayRex service
Author: By
Last change:
Date: 13 days ago
Size: 676 bytes
 

Contents

Class file image Download
{ "id": "evt_xxxxx", "resource": "event", "type": "billing_statement_line_item.updated", "data": { "id": "bstm_li_xxxxx", "resource": "billing_statement_line_item", "description": "Updated Line Item", "billing_statement_id": "bstm_xxxxx", "livemode": false, "quantity": 1, "unit_price": 75000, "created_at": 1773752597, "updated_at": 1773752928 }, "livemode": false, "pending_webhooks": 1, "previous_attributes": { "quantity": 1, "unit_price": 50000, "description": "Line Item 1" }, "created_at": 1773752928, "updated_at": 1773752928 }