Uses of Class
io.swagger.client.model.LoyaltyProgramAccount
-
Packages that use LoyaltyProgramAccount Package Description io.swagger.client.model -
-
Uses of LoyaltyProgramAccount in io.swagger.client.model
Methods in io.swagger.client.model that return LoyaltyProgramAccount Modifier and Type Method Description LoyaltyProgramAccount
LoyaltyProgramAccount. accountNumber(String accountNumber)
LoyaltyProgramAccount
LoyaltyProgramAccount. airlineDesignator(String airlineDesignator)
LoyaltyProgramAccount
LoyaltyProgramAccount. programName(String programName)
LoyaltyProgramAccount
LoyaltyProgramAccount. providerName(String providerName)
LoyaltyProgramAccount
LoyaltyProgramAccount. tierCode(String tierCode)
Methods in io.swagger.client.model that return types with arguments of type LoyaltyProgramAccount Modifier and Type Method Description List<LoyaltyProgramAccount>
CarPassenger. getLoyaltyProgramAccount()
Get loyaltyProgramAccountList<LoyaltyProgramAccount>
CarPassengerReservationServiceApi. getLoyaltyProgramAccount()
Get loyaltyProgramAccountList<LoyaltyProgramAccount>
HotelPassenger. getLoyaltyProgramAccount()
Get loyaltyProgramAccountMethods in io.swagger.client.model with parameters of type LoyaltyProgramAccount Modifier and Type Method Description CarPassenger
CarPassenger. addLoyaltyProgramAccountItem(LoyaltyProgramAccount loyaltyProgramAccountItem)
CarPassengerReservationServiceApi
CarPassengerReservationServiceApi. addLoyaltyProgramAccountItem(LoyaltyProgramAccount loyaltyProgramAccountItem)
HotelPassenger
HotelPassenger. addLoyaltyProgramAccountItem(LoyaltyProgramAccount loyaltyProgramAccountItem)
Method parameters in io.swagger.client.model with type arguments of type LoyaltyProgramAccount Modifier and Type Method Description CarPassenger
CarPassenger. loyaltyProgramAccount(List<LoyaltyProgramAccount> loyaltyProgramAccount)
CarPassengerReservationServiceApi
CarPassengerReservationServiceApi. loyaltyProgramAccount(List<LoyaltyProgramAccount> loyaltyProgramAccount)
HotelPassenger
HotelPassenger. loyaltyProgramAccount(List<LoyaltyProgramAccount> loyaltyProgramAccount)
void
CarPassenger. setLoyaltyProgramAccount(List<LoyaltyProgramAccount> loyaltyProgramAccount)
void
CarPassengerReservationServiceApi. setLoyaltyProgramAccount(List<LoyaltyProgramAccount> loyaltyProgramAccount)
void
HotelPassenger. setLoyaltyProgramAccount(List<LoyaltyProgramAccount> loyaltyProgramAccount)
-