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 numberfor this address.Address.getPhonePrimary()The primaryphone numberfor this address.Address.getPhoneSecondary()The secondaryphone numberfor this address.Methods in com.broadleafcommerce.paymenttransaction.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoidAddress.setPhoneFax(Phone phoneFax) Thefax numberfor this address.voidAddress.setPhonePrimary(Phone phonePrimary) The primaryphone numberfor this address.voidAddress.setPhoneSecondary(Phone phoneSecondary) The secondaryphone numberfor 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 numberfor this billing address.PaymentAccountSummary.getPhonePrimary()Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.PaymentAccount.getPhoneSecondary()Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.PaymentAccountSummary.getPhoneSecondary()Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.Methods in com.broadleafcommerce.paymenttransaction.service.provider.external.domain with parameters of type PhoneModifier and TypeMethodDescriptionvoidPaymentAccount.setPhonePrimary(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.voidPaymentAccountSummary.setPhonePrimary(Phone phonePrimary) Deprecated, for removal: This API element is subject to removal in a future version.The primaryphone numberfor this billing address.voidPaymentAccount.setPhoneSecondary(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.voidPaymentAccountSummary.setPhoneSecondary(Phone phoneSecondary) Deprecated, for removal: This API element is subject to removal in a future version.The secondaryphone numberfor this billing address.