customerId method

InitializeCustomerRequestBuilder customerId(
  1. String customerId
)

Set the required customer id.

Implementation

InitializeCustomerRequestBuilder customerId(String customerId) {
  _customerId = customerId;
  return this;
}