Uses of Class
org.broadleafcommerce.common.payment.dto.AddressDTO
Packages that use AddressDTO
-
Uses of AddressDTO in org.broadleafcommerce.common.payment.dto
Fields in org.broadleafcommerce.common.payment.dto declared as AddressDTOModifier and TypeFieldDescriptionprotected AddressDTO<PaymentRequestDTO>PaymentRequestDTO.billToprotected AddressDTO<PaymentResponseDTO>PaymentResponseDTO.billToThe billing address associated with this transactionprotected AddressDTO<PaymentRequestDTO>PaymentRequestDTO.shipToprotected AddressDTO<PaymentResponseDTO>PaymentResponseDTO.shipToIf 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()