Uses of Class
org.broadleafcommerce.common.payment.dto.AddressDTO
Packages that use AddressDTO
Package
Description
-
Uses of AddressDTO in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto declared as AddressDTOModifier and TypeFieldDescriptionprotected AddressDTO<PaymentRequestDTO>
PaymentRequestDTO.billTo
protected AddressDTO<PaymentResponseDTO>
PaymentResponseDTO.billTo
The billing address associated with this transactionprotected AddressDTO<PaymentRequestDTO>
PaymentRequestDTO.shipTo
protected AddressDTO<PaymentResponseDTO>
PaymentResponseDTO.shipTo
If shipping information is captured on the gateway, the values sent back will be put hereMethods in org.broadleafcommerce.common.payment.dto that return AddressDTOModifier and TypeMethodDescriptionAddressDTO.additionalFields
(String key, Object value) AddressDTO.addressCityLocality
(String addressCityLocality) AddressDTO.addressCompanyName
(String addressCompanyName) AddressDTO.addressCountryCode
(String addressCountryCode) AddressDTO.addressCounty
(String county) AddressDTO.addressEmail
(String addressEmail) AddressDTO.addressFirstName
(String addressFirstName) AddressDTO.addressFullName
(String addressFullName) AddressDTO.addressLastName
(String addressLastName) AddressDTO.addressLine1
(String addressLine1) AddressDTO.addressLine2
(String addressLine2) AddressDTO.addressPhone
(String addressPhone) AddressDTO.addressPostalCode
(String addressPostalCode) AddressDTO.addressStateRegion
(String addressStateRegion) PaymentRequestDTO.billTo()
You should only call this once, as it will create a new bill to address if called more than once.PaymentResponseDTO.billTo()
PaymentRequestDTO.getBillTo()
PaymentResponseDTO.getBillTo()
PaymentRequestDTO.getShipTo()
PaymentResponseDTO.getShipTo()
PaymentRequestDTO.shipTo()
You should only call this once, as it will create a new customer if called more than once.PaymentResponseDTO.shipTo()
-
Uses of AddressDTO in org.broadleafcommerce.core.payment.service
Methods in org.broadleafcommerce.core.payment.service with parameters of type AddressDTOModifier and TypeMethodDescriptionprotected void
OrderToPaymentRequestDTOServiceImpl.populateAddressInfo
(AddressDTO<PaymentRequestDTO> dto, Address address) void
PaymentResponseDTOToEntityService.populateAddressInfo
(AddressDTO<PaymentResponseDTO> dto, Address address) void
PaymentResponseDTOToEntityServiceImpl.populateAddressInfo
(AddressDTO<PaymentResponseDTO> dto, Address address)