Skip to content

Commit 569c137

Browse files
committed
Update
1 parent 12812c4 commit 569c137

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/github-wiki/docs/billing.Class.BillingHistoryService.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Defined in: [billing.ts:135](https://github.com/typedoc2md/dummy-typescript-api/blob/main/src/billing.ts#L135)
66

77
Service for managing billing history.
8+
89
Provides functionality to store and retrieve the history of transactions.
910

1011
## Constructors
@@ -30,15 +31,15 @@ This method is typically called after a transaction is completed to maintain a r
3031

3132
#### Parameters
3233

33-
| Parameter | Type | Description |
34-
| ------ | ------ | ------ |
34+
| Parameter | Type | Description |
35+
| ------------- | -------------------------------------------------------------------- | --------------------------------------------------- |
3536
| `transaction` | [`BillingTransaction`](../wiki/billing.Interface.BillingTransaction) | The billing transaction to be added to the history. |
3637

3738
#### Returns
3839

3940
`void`
4041

41-
***
42+
---
4243

4344
### getBillingHistory()
4445

0 commit comments

Comments
 (0)