java.lang.Object
de.hybris.platform.coretravelbasewebservicescommons.dto.cart.PaymentOption
All Implemented Interfaces:
Serializable

public class PaymentOption extends Object implements Serializable
See Also:
  • Constructor Details

    • PaymentOption

      public PaymentOption()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setBookingTimeAmount

      public void setBookingTimeAmount(Price bookingTimeAmount)
    • getBookingTimeAmount

      public Price getBookingTimeAmount()
    • setCheckInPayOff

      public void setCheckInPayOff(Price checkInPayOff)
    • getCheckInPayOff

      public Price getCheckInPayOff()
    • setPrepaymentAmount

      public void setPrepaymentAmount(Price prepaymentAmount)
    • getPrepaymentAmount

      public Price getPrepaymentAmount()
    • setPrepaymentDeadlineInDays

      public void setPrepaymentDeadlineInDays(Integer prepaymentDeadlineInDays)
    • getPrepaymentDeadlineInDays

      public Integer getPrepaymentDeadlineInDays()