Uses of Class
com.broadleafcommerce.paymenttransaction.domain.Phone
Packages that use Phone
Package
Description
-
Uses of Phone in com.broadleafcommerce.paymenttransaction.domain
Methods in com.broadleafcommerce.paymenttransaction.domain that return PhoneModifier and TypeMethodDescriptionAddress.getPhoneFax()
Thefax number
for this address.Address.getPhonePrimary()
The primaryphone number
for this address.Address.getPhoneSecondary()
The secondaryphone number
for this address.Methods in com.broadleafcommerce.paymenttransaction.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoid
Address.setPhoneFax
(Phone phoneFax) Thefax number
for this address.void
Address.setPhonePrimary
(Phone phonePrimary) The primaryphone number
for this address.void
Address.setPhoneSecondary
(Phone phoneSecondary) The secondaryphone number
for this address. -
Uses of Phone in com.broadleafcommerce.paymenttransaction.service.anonymization
Methods in com.broadleafcommerce.paymenttransaction.service.anonymization with parameters of type Phone -
Uses of Phone in com.broadleafcommerce.paymenttransaction.service.provider.external.domain
Methods in com.broadleafcommerce.paymenttransaction.service.provider.external.domain that return PhoneModifier and TypeMethodDescriptionPaymentAccount.getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.PaymentAccountSummary.getPhonePrimary()
Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.PaymentAccount.getPhoneSecondary()
Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.PaymentAccountSummary.getPhoneSecondary()
Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.Methods in com.broadleafcommerce.paymenttransaction.service.provider.external.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoid
PaymentAccount.setPhonePrimary
(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.void
PaymentAccountSummary.setPhonePrimary
(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone number
for this billing address.void
PaymentAccount.setPhoneSecondary
(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.void
PaymentAccountSummary.setPhoneSecondary
(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone number
for this billing address.