/// <summary>
 /// Sets the GetCustomersForCustomerIdResult property.
 /// </summary>
 /// <param name="getCustomersForCustomerIdResult">GetCustomersForCustomerIdResult property.</param>
 /// <returns>this instance.</returns>
 public GetCustomersForCustomerIdResponse WithGetCustomersForCustomerIdResult(GetCustomersForCustomerIdResult getCustomersForCustomerIdResult)
 {
     this._getCustomersForCustomerIdResult = getCustomersForCustomerIdResult;
     return(this);
 }
 public override void ReadFragmentFrom(IMwsReader reader)
 {
     this._getCustomersForCustomerIdResult = reader.Read <GetCustomersForCustomerIdResult>("GetCustomersForCustomerIdResult");
     this._responseMetadata = reader.Read <ResponseMetadata>("ResponseMetadata");
 }