Uses of Class
com.onlinepayments.domain.LoanRecipient
Packages that use LoanRecipient
-
Uses of LoanRecipient in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return LoanRecipientModifier and TypeMethodDescriptionAdditionalOrderInput.getLoanRecipient()Object containing specific data regarding the recipient of a loan in the UKLoanRecipient.withAccountNumber(String value) Should be filled with the last 10 digits of the bank account number of the recipient of the loan.LoanRecipient.withDateOfBirth(String value) The date of birth of the customer of the recipient of the loan.LoanRecipient.withPartialPan(String value) Should be filled with the first 6 and last 4 digits of the PAN number of the recipient of the loan.LoanRecipient.withSurname(String value) Surname of the recipient of the loan.Zip code of the recipient of the loanMethods in com.onlinepayments.domain with parameters of type LoanRecipientModifier and TypeMethodDescriptionvoidAdditionalOrderInput.setLoanRecipient(LoanRecipient value) Object containing specific data regarding the recipient of a loan in the UKAdditionalOrderInput.withLoanRecipient(LoanRecipient value) Object containing specific data regarding the recipient of a loan in the UK