addState method
Implementation
SSLCCustomerInfoInitializer addState(String customerState) {
this.customerState = customerState;
return this;
}
SSLCCustomerInfoInitializer addState(String customerState) {
this.customerState = customerState;
return this;
}