Difference between revisions of "Nats get option details"
From TMM Wiki
Jump to navigationJump to searchLine 22: | Line 22: | ||
| none | | none | ||
| optionid="123" | | optionid="123" | ||
+ | |- | ||
+ | | billerid | ||
+ | | The ID of the biller to get info for | ||
+ | | Any valid optionid number or ALL for all billers | ||
+ | | none | ||
+ | | billerid="1" | ||
|} | |} | ||
Revision as of 16:37, 7 April 2010
nats_get_option_details
Stores a list of the details for the given option in the {$option_details} Smarty variable.
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
optionid | The ID of the option to get info for | Any valid optionid number | none | optionid="123" |
billerid | The ID of the biller to get info for | Any valid optionid number or ALL for all billers | none | billerid="1" |
Output
A list of option details for the given option in the {$option_details} Smarty variable.
Notes
None.