Uses of Class
com.broadleafcommerce.paymenttransaction.domain.Phone
Package
Description
-
Uses of Phone in com.broadleafcommerce.paymenttransaction.domain
Modifier and TypeMethodDescriptionAddress.getPhoneFax()
Thefax number
for this address.Address.getPhonePrimary()
The primaryphone number
for this address.Address.getPhoneSecondary()
The secondaryphone number
for this address.Modifier 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
-
Uses of Phone in com.broadleafcommerce.paymenttransaction.service.provider.external.domain
Modifier 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.Modifier 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.