Warning: This method has been deprecated. Use invp_get_the_down_payment() instead.
Inventory_Presser_Vehicle::down_payment()
down_payment
Description Description
Returns the down payment as a dollar amount except when it is zero. Returns empty string if the down payment is zero.
Return Return
(string) The down payment formatted as a dollar amount except when the price is zero
Source Source
File: includes/class-vehicle.php
function down_payment() { return invp_get_the_down_payment( $this->post_ID ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
12.0.0 | Introduced. |