public class Billing extends Object
| Constructor and Description |
|---|
Billing() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPaymentTiming() |
Reservation |
getReservation() |
void |
setPaymentTiming(String paymentTiming) |
void |
setReservation(Reservation reservation) |
String |
toString() |
Billing |
withPaymentTiming(String paymentTiming)
Configure paymentTiming for the model.
|
Billing |
withReservation(Reservation reservation)
Configure reservation for the model.
|
public String getPaymentTiming()
public void setPaymentTiming(String paymentTiming)
public Billing withPaymentTiming(String paymentTiming)
paymentTiming - The pay time of the payment, see more detail in
BCE API docpublic Reservation getReservation()
public void setReservation(Reservation reservation)
public Billing withReservation(Reservation reservation)
reservation - The reservation model to specify the detail to buy.Copyright © 2022. All rights reserved.