@mbanq/core-sdk-js 0.29.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -425,6 +425,18 @@ The SDK uses a Command Pattern for all operations. Commands are created using fa
425
425
  | `DownloadAccountStatement` | Download a generated account statement |
426
426
  | `GetAccountDocumentsDetails` | Get details of account documents |
427
427
 
428
+ #### Charge Operations
429
+
430
+ | Command | Description |
431
+ |---------|-------------|
432
+ | `AddChargeToAccount` | Add a charge to a savings account |
433
+ | `GetChargesByAccountId` | Get all charges for a savings account |
434
+ | `AddChargeToLoanAccount` | Add a charge to a loan account |
435
+ | `GetChargesByLoanAccountId` | Get all charges for a loan account |
436
+ | `WaiveChargeFromAccount` | Waive a charge from a savings account |
437
+ | `UndoChargeToAccount` | Undo a charge transaction |
438
+ | `PayAccountCharge` | Pay a pending charge on an account |
439
+
428
440
  #### Card Operations
429
441
 
430
442
  | Command | Description |