Class PaymentOptionData

java.lang.Object
de.hybris.platform.commercefacades.travel.order.PaymentOptionData
All Implemented Interfaces:
Serializable

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

    • PaymentOptionData

      public PaymentOptionData()
  • Method Details

    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setAssociatedTransactions

      public void setAssociatedTransactions(List<PaymentTransactionData> associatedTransactions)
    • getAssociatedTransactions

      public List<PaymentTransactionData> getAssociatedTransactions()
    • setBookingTimeAmount

      public void setBookingTimeAmount(PriceData bookingTimeAmount)
    • getBookingTimeAmount

      public PriceData getBookingTimeAmount()
    • setPrepaymentAmount

      public void setPrepaymentAmount(PriceData prepaymentAmount)
    • getPrepaymentAmount

      public PriceData getPrepaymentAmount()
    • setPrepaymentDeadlineInDays

      public void setPrepaymentDeadlineInDays(Integer prepaymentDeadlineInDays)
    • getPrepaymentDeadlineInDays

      public Integer getPrepaymentDeadlineInDays()
    • setCheckInPayOff

      public void setCheckInPayOff(PriceData checkInPayOff)
    • getCheckInPayOff

      public PriceData getCheckInPayOff()