PHP Classes

File: tests/fixtures/billing_statement/list.json

Recommend this page to a friend!
  Packages of Daryl Legion   PayRex Laravel   tests/fixtures/billing_statement/list.json   Download  
File: tests/fixtures/billing_statement/list.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: 1,179 bytes
 

Contents

Class file image Download
{ "resource": "list", "data": [ { "id": "bstm_xxxxx", "resource": "billing_statement", "amount": 100000, "currency": "PHP", "customer_id": "cus_xxxxx", "description": null, "status": "open", "billing_statement_url": "https://bill.payrexhq.com/b/test_bstm_xxxxx_secret_xxxxx", "billing_details_collection": "always", "due_at": 1721813375, "metadata": null, "livemode": false, "created_at": 1721726975, "updated_at": 1721726975 }, { "id": "bstm_yyyyy", "resource": "billing_statement", "amount": 250000, "currency": "PHP", "customer_id": "cus_yyyyy", "description": null, "status": "draft", "billing_statement_url": null, "billing_details_collection": "always", "due_at": 1721899775, "metadata": null, "livemode": false, "created_at": 1721727000, "updated_at": 1721727000 } ], "has_more": false }