Uses of Class
com.broadleafcommerce.billing.job.domain.Address
Packages that use Address
Package
Description
-
Uses of Address in com.broadleafcommerce.billing.job.domain
Methods in com.broadleafcommerce.billing.job.domain that return AddressModifier and TypeMethodDescriptionPaymentAccount.getBillingAddress()The Address object tied to this accountMethods in com.broadleafcommerce.billing.job.domain with parameters of type AddressModifier and TypeMethodDescriptionvoidPaymentAccount.setBillingAddress(Address billingAddress) The Address object tied to this accountConstructors in com.broadleafcommerce.billing.job.domain with parameters of type AddressModifierConstructorDescriptionPaymentAccount(String id, String displayName, String accountType, String maskedAccountNumber, String nameOnAccount, String cardType, Integer expirationMonth, Integer expirationYear, String paymentToken, String paymentNetworkTransactionId, String paymentTokenGateway, String lastTransactionResult, Date lastTransactionDateTime, Address billingAddress, String walletUserId) -
Uses of Address in com.broadleafcommerce.billing.service.impl
Methods in com.broadleafcommerce.billing.service.impl that return AddressModifier and TypeMethodDescriptionprotected AddressDefaultWalletService.buildAddress(Address billingAddress)