Uses of Class
com.adyen.model.transferwebhooks.Lodging
-
Packages that use Lodging Package Description com.adyen.model.transferwebhooks -
-
Uses of Lodging in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return Lodging Modifier and Type Method Description LodgingLodging. checkInDate(String checkInDate)The check-in date.static LodgingLodging. fromJson(String jsonString)Create an instance of Lodging given an JSON stringLodgingLodging. numberOfNights(Integer numberOfNights)The total number of nights the room is booked for.Methods in com.adyen.model.transferwebhooks that return types with arguments of type Lodging Modifier and Type Method Description List<Lodging>MerchantPurchaseData. getLodging()Lodging information.Methods in com.adyen.model.transferwebhooks with parameters of type Lodging Modifier and Type Method Description MerchantPurchaseDataMerchantPurchaseData. addLodgingItem(Lodging lodgingItem)Method parameters in com.adyen.model.transferwebhooks with type arguments of type Lodging Modifier and Type Method Description MerchantPurchaseDataMerchantPurchaseData. lodging(List<Lodging> lodging)Lodging information.voidMerchantPurchaseData. setLodging(List<Lodging> lodging)Lodging information.
-