Uses of Class
com.broadleafcommerce.billing.service.provider.domain.Address
Packages that use Address
Package
Description
-
Uses of Address in com.broadleafcommerce.billing.service.impl
Methods in com.broadleafcommerce.billing.service.impl with parameters of type AddressModifier and TypeMethodDescriptionprotected AddressDefaultWalletService.buildAddress(Address billingAddress) protected StringDefaultWalletService.getPhoneNumber(Address billingAddress) -
Uses of Address in com.broadleafcommerce.billing.service.provider.domain
Methods in com.broadleafcommerce.billing.service.provider.domain that return AddressModifier and TypeMethodDescriptionPaymentSummary.getAddress(String addressType) Gathers one of the payment's relatedaddressesby typePaymentSummary.getBillingAddress()SavedPaymentMethod.getBillingAddress()The billing address of this saved payment method.Methods in com.broadleafcommerce.billing.service.provider.domain that return types with arguments of type AddressModifier and TypeMethodDescriptionPaymentSummary.getAddressByType()The collection of related addresses that may include billing or shipping addressesMethods in com.broadleafcommerce.billing.service.provider.domain with parameters of type AddressModifier and TypeMethodDescriptionvoidSavedPaymentMethod.setBillingAddress(Address billingAddress) The billing address of this saved payment method.Method parameters in com.broadleafcommerce.billing.service.provider.domain with type arguments of type AddressModifier and TypeMethodDescriptionvoidPaymentSummary.setAddressByType(Map<String, Address> addressByType) The collection of related addresses that may include billing or shipping addresses