1
0

Release 0.7.0

Beta Release 0.7.0 including:

- Bug fixes
- Updated model/function names
- Updated models to reflect changes in APIs
This commit is contained in:
Patrick Powers
2025-03-20 13:18:55 -05:00
committed by GitHub
parent bba7e8b3d0
commit 504c367386
707 changed files with 22368 additions and 9237 deletions

View File

@@ -9,12 +9,12 @@ Expected business/pricing model for the billing agreement.
## Fields
| Name |
| --- |
| `IMMEDIATE` |
| `DEFERRED` |
| `RECURRING_PREPAID` |
| `RECURRING_POSTPAID` |
| `THRESHOLD_PREPAID` |
| `THRESHOLD_POSTPAID` |
| Name | Description |
| --- | --- |
| `IMMEDIATE` | On-demand instant payments non-recurring, pre-paid, variable amount, variable frequency. |
| `DEFERRED` | Pay after use, non-recurring post-paid, variable amount, irregular frequency. |
| `RECURRING_PREPAID` | Pay upfront fixed or variable amount on a fixed date before the goods/service is delivered. |
| `RECURRING_POSTPAID` | Pay on a fixed date based on usage or consumption after the goods/service is delivered. |
| `THRESHOLD_PREPAID` | Charge payer when the set amount is reached or monthly billing cycle, whichever comes first, before the goods/service is delivered. |
| `THRESHOLD_POSTPAID` | Charge payer when the set amount is reached or monthly billing cycle, whichever comes first, after the goods/service is delivered. |