@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsTravelInformationLodgingRoom extends Object
| Constructor and Description |
|---|
Ptsv2paymentsTravelInformationLodgingRoom() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsTravelInformationLodgingRoom |
dailyRate(String dailyRate) |
boolean |
equals(Object o) |
String |
getDailyRate()
Daily cost of the room.
|
Integer |
getNumberOfNights()
Number of nights billed at the rate specified by `travelInformation.lodging.room[].dailyRate`.
|
int |
hashCode() |
Ptsv2paymentsTravelInformationLodgingRoom |
numberOfNights(Integer numberOfNights) |
void |
setDailyRate(String dailyRate) |
void |
setNumberOfNights(Integer numberOfNights) |
String |
toString() |
public Ptsv2paymentsTravelInformationLodgingRoom()
public Ptsv2paymentsTravelInformationLodgingRoom dailyRate(String dailyRate)
public String getDailyRate()
public void setDailyRate(String dailyRate)
public Ptsv2paymentsTravelInformationLodgingRoom numberOfNights(Integer numberOfNights)
public Integer getNumberOfNights()
public void setNumberOfNights(Integer numberOfNights)
Copyright © 2020. All rights reserved.