Package com.skava.payment.interfaces
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 TypeMethodDescriptionvoid
validateBillingAddress
(BillingAddressEntity billingAddress) This method validates the provided billing address.
-
Method Details
-
validateBillingAddress
This method validates the provided billing address.- Parameters:
billingAddress
- ABillingAddressEntity
object to validate person details and address details. If validation fails, error is thrown with code INVALID_BILLING_ADDRESS.
-