Uses of Class
de.adorsys.psd2.model.Address
-
Packages that use Address Package Description de.adorsys.psd2.model -
-
Uses of Address in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return Address Modifier and Type Method Description AddressAddress. buildingNumber(String buildingNumber)AddressAddress. country(String country)@Valid AddressCardTransaction. getCardAcceptorAddress()Get cardAcceptorAddress@Valid AddressPaymentInitiationBulkElementJson. getCreditorAddress()Get creditorAddress@Valid AddressPaymentInitiationJson. getCreditorAddress()Get creditorAddress@Valid AddressPaymentInitiationWithStatusResponse. getCreditorAddress()Get creditorAddress@Valid AddressPeriodicPaymentInitiationJson. getCreditorAddress()Get creditorAddress@Valid AddressPeriodicPaymentInitiationWithStatusResponse. getCreditorAddress()Get creditorAddress@Valid AddressTrustedBeneficiary. getCreditorAddress()Get creditorAddressAddressAddress. postCode(String postCode)AddressAddress. streetName(String streetName)AddressAddress. townName(String townName)Methods in de.adorsys.psd2.model with parameters of type Address Modifier and Type Method Description CardTransactionCardTransaction. cardAcceptorAddress(Address cardAcceptorAddress)PaymentInitiationBulkElementJsonPaymentInitiationBulkElementJson. creditorAddress(Address creditorAddress)PaymentInitiationJsonPaymentInitiationJson. creditorAddress(Address creditorAddress)PaymentInitiationWithStatusResponsePaymentInitiationWithStatusResponse. creditorAddress(Address creditorAddress)PeriodicPaymentInitiationJsonPeriodicPaymentInitiationJson. creditorAddress(Address creditorAddress)PeriodicPaymentInitiationWithStatusResponsePeriodicPaymentInitiationWithStatusResponse. creditorAddress(Address creditorAddress)TrustedBeneficiaryTrustedBeneficiary. creditorAddress(Address creditorAddress)voidCardTransaction. setCardAcceptorAddress(Address cardAcceptorAddress)voidPaymentInitiationBulkElementJson. setCreditorAddress(Address creditorAddress)voidPaymentInitiationJson. setCreditorAddress(Address creditorAddress)voidPaymentInitiationWithStatusResponse. setCreditorAddress(Address creditorAddress)voidPeriodicPaymentInitiationJson. setCreditorAddress(Address creditorAddress)voidPeriodicPaymentInitiationWithStatusResponse. setCreditorAddress(Address creditorAddress)voidTrustedBeneficiary. setCreditorAddress(Address creditorAddress)
-