Class UpdateAddressServiceImpl

java.lang.Object
com.skava.accounts.service.impl.UpdateAddressServiceImpl
All Implemented Interfaces:
UpdateAddressService, com.skava.core.EcommService<AddressRequestInternal,AddressAPIResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false) public class UpdateAddressServiceImpl extends Object implements UpdateAddressService
The Class UpdateAddressServiceImpl is used to update an account seller based on the provided information.
Author:
Infosys Equinox
  • Constructor Details

    • UpdateAddressServiceImpl

      public UpdateAddressServiceImpl()
  • Method Details