Method GetPrices
GetPrices(string)
This is for getting all prices with a given id.
Declaration
public Price[] GetPrices(string name = "default")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The id to search for |
Returns
| Type | Description |
|---|---|
| Price[] | An array of every Price on this detail with the given id. |