@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class PriceRate extends Object
| Constructor and Description |
|---|
PriceRate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPeopleCategoryId()
If no categoryName is present, this means that the price is PER BOOKING, regardless of the number of participants.\n To obtain a list of people category names for an account, call /settings/peoplecategories [read-only]
|
Money |
getPrice()
[read-only]
|
void |
setPeopleCategoryId(String peopleCategoryId) |
void |
setPrice(Money price) |
String |
toString() |
public String getPeopleCategoryId()
public void setPeopleCategoryId(String peopleCategoryId)
public Money getPrice()
public void setPrice(Money price)
Copyright © 2015. All rights reserved.