Uses of Class
com.broadleafcommerce.paymenttransaction.domain.Address
Package
Description
-
Uses of Address in com.broadleafcommerce.paymenttransaction.domain
Modifier and TypeMethodDescriptionPayment.addAddress
(String addressType, Address address) Adds anAddress
to the map, identified by the provided addressType.Payment.getAddress
(String addressType) Gathers one of the payment's relatedaddresses
by typePaymentSummary.getAddress
(String addressType) Gathers one of the payment's relatedaddresses
by typePayment.getBillingAddress()
Gathers the billing address.SavedPaymentMethod.getBillingAddress()
The billing address of this saved payment method.SavedPaymentMethodSummary.getBillingAddress()
Payment.getShippingAddress()
Gathers the shipping address.Modifier and TypeMethodDescriptionPayment.getAddressByType()
The collection of related addresses that may include billing or shipping addressesPaymentSummary.getAddressByType()
The collection of related addresses that may include billing or shipping addressesModifier and TypeMethodDescriptionPayment.addAddress
(String addressType, Address address) Adds anAddress
to the map, identified by the provided addressType.void
SavedPaymentMethod.setBillingAddress
(Address billingAddress) The billing address of this saved payment method.void
SavedPaymentMethodSummary.setBillingAddress
(Address billingAddress) Modifier and TypeMethodDescriptionvoid
Payment.setAddressByType
(Map<String, Address> addressByType) The collection of related addresses that may include billing or shipping addressesvoid
PaymentSummary.setAddressByType
(Map<String, Address> addressByType) The collection of related addresses that may include billing or shipping addresses -
Uses of Address in com.broadleafcommerce.paymenttransaction.provider.jpa.domain
Modifier and TypeMethodDescriptionvoid
JpaSavedPaymentMethod.setBillingAddress
(Address billingAddress) Modifier and TypeMethodDescriptionvoid
JpaPayment.setAddressesByType
(Map<String, Address> addressesByType) -
Uses of Address in com.broadleafcommerce.paymenttransaction.provider.jpa.domain.support
Modifier and TypeMethodDescriptionAddressConverter.convertToEntityAttribute
(String dbData) AddressMapConverter.convertToEntityAttribute
(String dbData) Modifier and TypeMethodDescriptionSingleAddressConverter.convertToDatabaseColumn
(Address attribute) Modifier and TypeMethodDescriptionAddressConverter.convertToDatabaseColumn
(Map<String, Address> attribute) AddressMapConverter.convertToDatabaseColumn
(Map<String, Address> attribute) -
Uses of Address in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeMethodDescriptionprotected Address
CustomerPaymentAccountManagementService.buildBillingAddress
(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.Builds anAddress
from the givenPaymentAccount
.protected Address
DefaultPaymentManagementService.buildBillingAddress
(PaymentAccount paymentAccount) Deprecated, for removal: This API element is subject to removal in a future version.no longer usedModifier and TypeMethodDescriptionprotected void
DefaultTransactionResponseService.populateBillTo
(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse transactionResponse, Address billingAddress) protected void
DefaultTransactionResponseService.populateShipTo
(@NonNull com.broadleafcommerce.paymentgateway.domain.GatewayTransactionResponse transactionResponse, Address shipToAddress) -
Uses of Address in com.broadleafcommerce.paymenttransaction.service.anonymization
-
Uses of Address in com.broadleafcommerce.paymenttransaction.web.endpoint.domain
Modifier and TypeMethodDescriptionCreatePaymentRequest.getBillingAddress()
The billing address associated with this payment.CreateSavedPaymentMethodRequest.getBillingAddress()
The billing address associated with this saved payment method.CreatePaymentRequest.getShippingAddress()
The shipping address associated with this payment.Modifier and TypeMethodDescriptionUpdatePaymentRequest.getBillingAddress()
The billing address associated with this payment.UpdateSavedPaymentMethodRequest.getBillingAddress()
The billing address associated with this saved payment method.Modifier and TypeMethodDescriptionvoid
CreatePaymentRequest.setBillingAddress
(Address billingAddress) The billing address associated with this payment.void
CreateSavedPaymentMethodRequest.setBillingAddress
(Address billingAddress) The billing address associated with this saved payment method.void
CreatePaymentRequest.setShippingAddress
(Address shippingAddress) The shipping address associated with this payment.