Package | Description |
---|---|
org.broadleafcommerce.common.payment.dto | |
org.broadleafcommerce.core.payment.service |
Modifier and Type | Field and Description |
---|---|
protected AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.billTo
The billing address associated with this transaction
|
protected AddressDTO<PaymentRequestDTO> |
PaymentRequestDTO.billTo |
protected AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.shipTo
If shipping information is captured on the gateway, the values sent back will be put here
|
protected AddressDTO<PaymentRequestDTO> |
PaymentRequestDTO.shipTo |
Modifier and Type | Method and Description |
---|---|
AddressDTO<T> |
AddressDTO.additionalFields(String key,
Object value) |
AddressDTO<T> |
AddressDTO.addressCityLocality(String addressCityLocality) |
AddressDTO<T> |
AddressDTO.addressCompanyName(String addressCompanyName) |
AddressDTO<T> |
AddressDTO.addressCountryCode(String addressCountryCode) |
AddressDTO<T> |
AddressDTO.addressCounty(String county) |
AddressDTO<T> |
AddressDTO.addressEmail(String addressEmail) |
AddressDTO<T> |
AddressDTO.addressFirstName(String addressFirstName) |
AddressDTO<T> |
AddressDTO.addressFullName(String addressFullName) |
AddressDTO<T> |
AddressDTO.addressLastName(String addressLastName) |
AddressDTO<T> |
AddressDTO.addressLine1(String addressLine1) |
AddressDTO<T> |
AddressDTO.addressLine2(String addressLine2) |
AddressDTO<T> |
AddressDTO.addressPhone(String addressPhone) |
AddressDTO<T> |
AddressDTO.addressPostalCode(String addressPostalCode) |
AddressDTO<T> |
AddressDTO.addressStateRegion(String addressStateRegion) |
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.billTo() |
AddressDTO<PaymentRequestDTO> |
PaymentRequestDTO.billTo()
You should only call this once, as it will create a new bill to address
if called more than once.
|
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.getBillTo() |
AddressDTO<PaymentRequestDTO> |
PaymentRequestDTO.getBillTo() |
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.getShipTo() |
AddressDTO<PaymentRequestDTO> |
PaymentRequestDTO.getShipTo() |
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.shipTo() |
AddressDTO<PaymentRequestDTO> |
PaymentRequestDTO.shipTo()
You should only call this once, as it will create a new customer
if called more than once.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OrderToPaymentRequestDTOServiceImpl.populateAddressInfo(AddressDTO<PaymentRequestDTO> dto,
Address address) |
void |
PaymentResponseDTOToEntityServiceImpl.populateAddressInfo(AddressDTO<PaymentResponseDTO> dto,
Address address) |
void |
PaymentResponseDTOToEntityService.populateAddressInfo(AddressDTO<PaymentResponseDTO> dto,
Address address) |
Copyright © 2022. All rights reserved.