LLMS_Transaction::get_net_amount( array $price_args = array(), string $format = 'html' )
Get the total amount of the transaction after deducting refunds
Description Description
Parameters Parameters
- $price_args
-
(Optional) array of arguments that can be passed to llms_price()
Default value: array()
- $format
-
(Optional) format conversion method [html|raw|float]
Default value: 'html'
Return Return
(mixed)
Source Source
File: includes/models/model.llms.transaction.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |