customerAttributes method
Provide extra customer attributes.
Implementation
InitializeCustomerRequestBuilder customerAttributes(
CustomerAttributes? attributes) {
_customerAttributes = attributes;
return this;
}
Provide extra customer attributes.
InitializeCustomerRequestBuilder customerAttributes(
CustomerAttributes? attributes) {
_customerAttributes = attributes;
return this;
}