Uses of Class
com.adyen.model.transfers.Lodging
-
Packages that use Lodging Package Description com.adyen.model.transfers -
-
Uses of Lodging in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers that return types with arguments of type Lodging Modifier and Type Method Description List<Lodging>MerchantPurchaseData. getLodging()Lodging information.Methods in com.adyen.model.transfers with parameters of type Lodging Modifier and Type Method Description MerchantPurchaseDataMerchantPurchaseData. addLodgingItem(Lodging lodgingItem)Method parameters in com.adyen.model.transfers 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.
-