addAddress2 method

SSLCCustomerInfoInitializer addAddress2(
  1. String customerAddress2
)

Implementation

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