Uses of Class
de.adorsys.opba.tppbankingapi.pis.model.generated.AccountReference
-
Packages that use AccountReference Package Description de.adorsys.opba.tppbankingapi.pis.model.generated -
-
Uses of AccountReference in de.adorsys.opba.tppbankingapi.pis.model.generated
Methods in de.adorsys.opba.tppbankingapi.pis.model.generated that return AccountReference Modifier and Type Method Description AccountReferenceAccountReference. bban(String bban)AccountReferenceAccountReference. currency(String currency)@NotNull @Valid AccountReferencePaymentInformationResponse. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferencePaymentInitiation. getCreditorAccount()Get creditorAccount@NotNull @Valid AccountReferencePaymentInformationResponse. getDebtorAccount()Get debtorAccount@NotNull @Valid AccountReferencePaymentInitiation. getDebtorAccount()Get debtorAccountAccountReferenceAccountReference. iban(String iban)AccountReferenceAccountReference. maskedPan(String maskedPan)AccountReferenceAccountReference. msisdn(String msisdn)AccountReferenceAccountReference. pan(String pan)Methods in de.adorsys.opba.tppbankingapi.pis.model.generated with parameters of type AccountReference Modifier and Type Method Description PaymentInformationResponsePaymentInformationResponse. creditorAccount(AccountReference creditorAccount)PaymentInitiationPaymentInitiation. creditorAccount(AccountReference creditorAccount)PaymentInformationResponsePaymentInformationResponse. debtorAccount(AccountReference debtorAccount)PaymentInitiationPaymentInitiation. debtorAccount(AccountReference debtorAccount)voidPaymentInformationResponse. setCreditorAccount(AccountReference creditorAccount)voidPaymentInitiation. setCreditorAccount(AccountReference creditorAccount)voidPaymentInformationResponse. setDebtorAccount(AccountReference debtorAccount)voidPaymentInitiation. setDebtorAccount(AccountReference debtorAccount)
-