/// <summary>
 /// Sets the GetCustomersByCustomerIdResult property.
 /// </summary>
 /// <param name="getCustomersByCustomerIdResult">GetCustomersByCustomerIdResult property.</param>
 /// <returns>this instance.</returns>
 public GetCustomersByCustomerIdResponse WithGetCustomersByCustomerIdResult(GetCustomersByCustomerIdResult getCustomersByCustomerIdResult)
 {
     this._getCustomersByCustomerIdResult = getCustomersByCustomerIdResult;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._getCustomersByCustomerIdResult = reader.Read <GetCustomersByCustomerIdResult>("GetCustomersByCustomerIdResult");
     this._responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }