addAddress2 method
Implementation
SSLCCustomerInfoInitializer addAddress2(String customerAddress2) {
this.customerAddress2 = customerAddress2;
return this;
}
SSLCCustomerInfoInitializer addAddress2(String customerAddress2) {
this.customerAddress2 = customerAddress2;
return this;
}