Uses of Class
io.trippay.sdk.payment.model.AuthenticatedUser
Packages that use AuthenticatedUser
-
Uses of AuthenticatedUser in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return AuthenticatedUserModifier and TypeMethodDescription@NotNull @Valid AuthenticatedUserBookingContract.getUser()The authenticated user that made the payment request@NotNull @Valid AuthenticatedUserPayableContractRequest.getUser()The user making the booking@NotNull @Valid AuthenticatedUserPricedSupplierContractWithAcquirer.getUser()The authenticated user that made the reactive requestAuthenticatedUser.userIdentifier(UUID userIdentifier) Methods in io.trippay.sdk.payment.model with parameters of type AuthenticatedUserModifier and TypeMethodDescriptionvoidBookingContract.setUser(AuthenticatedUser user) voidPayableContractRequest.setUser(AuthenticatedUser user) voidPricedSupplierContractWithAcquirer.setUser(AuthenticatedUser user) BookingContract.user(AuthenticatedUser user) PayableContractRequest.user(AuthenticatedUser user) PricedSupplierContractWithAcquirer.user(AuthenticatedUser user)