Class AddressLine2Attribute

All Implemented Interfaces:
DynamicAttributeHandler<String,AddressModel>

public class AddressLine2Attribute extends AbstractDynamicAttributeHandler<String,AddressModel>
Dynamic attribute handler for the Address.line2 attribute. The Address.line2 attribute is directly mapped into the Address.streetnumber attribute. Hybris payment extension maps the Address.streetname into BillingInfo.street1, and the Address.streetnumber into BillingInfo.street2. NOTE that in Germany the street name is written before the street number. In order to avoid confusion we use Address.line1 and Address.line2 instead, but we retain the same mapping as hybris.