customerId method
Set the required customer id.
Implementation
InitializeCustomerRequestBuilder customerId(String customerId) {
_customerId = customerId;
return this;
}
Set the required customer id.
InitializeCustomerRequestBuilder customerId(String customerId) {
_customerId = customerId;
return this;
}