File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
examples/github-wiki/docs Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 55Defined in: [ billing.ts:135] ( https://github.com/typedoc2md/dummy-typescript-api/blob/main/src/billing.ts#L135 )
66
77Service for managing billing history.
8+
89Provides 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
You can’t perform that action at this time.
0 commit comments