Uses of Class
com.broadleafcommerce.paymentgateway.domain.Address
Packages that use Address
Package
Description
-
Uses of Address in com.broadleafcommerce.paymentgateway.domain
Methods in com.broadleafcommerce.paymentgateway.domain that return AddressModifier and TypeMethodDescriptionPaymentValidationRequest.addAddress
(String addressType, Address<PaymentValidationRequest> address) Adds anAddress
to the map, identified by the provided addressType.Address.additionalFields
(String key, Object value) Address.additionalFields
(Map<String, Object> additionalFields) PaymentValidationRequest.addressByType
(String addressType) Address.addressLine1
(String addressLine1) Address.addressLine2
(String addressLine2) GatewayTransactionResponse.billTo()
You should only call this once, as it will create a new customer if called more than once.PaymentRequest.billTo()
You should only call this once, as it will create a new bill to address if called more than once.PaymentResponse.billTo()
Address.companyName
(String companyName) Address.countryCode
(String countryCode) Address.emailAddress
(String emailAddress) PaymentValidationRequest.getAddress
(String addressType) Gathers one of the payment's relatedaddresses
by typeGatewayTransactionResponse.getBillTo()
The billing address associated with this transactionPaymentRequest.getBillTo()
The billing address associated with this transactionPaymentResponse.getBillTo()
The billing address associated with this transactionGatewayTransactionResponse.getShipTo()
If shipping information is captured on the gateway, the shipping address associated with this transaction will be put herePaymentRequest.getShipTo()
If shipping information is captured on the gateway, the values sent back will be put herePaymentResponse.getShipTo()
If shipping information is captured on the gateway, the values sent back will be put hereAddress.phoneNumber
(String phoneNumber) Address.postalCode
(String postalCode) GatewayTransactionResponse.shipTo()
You should only call this once, as it will create a new customer if called more than once.PaymentRequest.shipTo()
You should only call this once, as it will create a new customer if called more than once.PaymentResponse.shipTo()
Address.stateRegion
(String stateRegion) Methods in com.broadleafcommerce.paymentgateway.domain that return types with arguments of type AddressModifier and TypeMethodDescriptionPaymentValidationRequest.getAddressByType()
The collection of related addresses that may include billing or shipping addressesMethods in com.broadleafcommerce.paymentgateway.domain with parameters of type AddressModifier and TypeMethodDescriptionPaymentValidationRequest.addAddress
(String addressType, Address<PaymentValidationRequest> address) Adds anAddress
to the map, identified by the provided addressType.void
GatewayTransactionResponse.setBillTo
(Address<GatewayTransactionResponse> billTo) The billing address associated with this transactionvoid
GatewayTransactionResponse.setShipTo
(Address<GatewayTransactionResponse> shipTo) If shipping information is captured on the gateway, the shipping address associated with this transaction will be put hereMethod parameters in com.broadleafcommerce.paymentgateway.domain with type arguments of type AddressModifier and TypeMethodDescriptionvoid
PaymentValidationRequest.setAddressByType
(Map<String, Address<PaymentValidationRequest>> addressByType) The collection of related addresses that may include billing or shipping addresses -
Uses of Address in com.broadleafcommerce.paymentgateway.util
Methods in com.broadleafcommerce.paymentgateway.util with parameters of type AddressModifier and TypeMethodDescriptionprotected PaymentResponse
DefaultPaymentResponseUtil.populateBillTo
(@NonNull PaymentResponse paymentResponse, @NonNull Address<?> requestBillTo) protected PaymentResponse
DefaultPaymentResponseUtil.populateShipTo
(@NonNull PaymentResponse paymentResponse, @NonNull Address<?> requestShipTo)