Interface BillingAddressValidator

All Known Implementing Classes:
DefaultBillingAddressValidator

public interface BillingAddressValidator
This interface enables to validate the billing address.
Author:
Infosys Equinox
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method validates the provided billing address.
  • Method Details

    • validateBillingAddress

      void validateBillingAddress(BillingAddressEntity billingAddress)
      This method validates the provided billing address.
      Parameters:
      billingAddress - A BillingAddressEntity object to validate person details and address details. If validation fails, error is thrown with code INVALID_BILLING_ADDRESS.